We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db50c5c commit 3584be0Copy full SHA for 3584be0
HyperNerd.cabal
@@ -152,28 +152,6 @@ executable HyperNerd
152
-- Base language which the package is written in.
153
default-language: Haskell2010
154
155
-executable Fuzzy
156
- ghc-options: -threaded
157
- -Wall
158
- -fwarn-incomplete-patterns
159
- -fwarn-incomplete-uni-patterns
160
-
161
- main-is: FuzzyMain.hs
162
163
- other-modules: Bot.Expr
164
- , HyperNerd.Parser
165
166
- build-depends: base
167
- , text
168
- , random
169
- , aeson
170
- , bytestring
171
- , process
172
173
- hs-source-dirs: src
174
175
- default-language: Haskell2010
176
177
executable Markov
178
ghc-options: -threaded
179
-Wall
src/FuzzyMain.hs
0 commit comments