Unnecessary concurrency and terminal silliness.
This commit is contained in:
@@ -52,8 +52,8 @@ library
|
||||
executable generation
|
||||
main-is: Main.hs
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
build-depends: base, directory, filepath, generation, random
|
||||
ghc-options: -Wall -threaded -with-rtsopts=-N
|
||||
build-depends: base, directory, filepath, generation, random, terminal-progress-bar, text
|
||||
|
||||
test-suite test-generation
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
Reference in New Issue
Block a user