Don't ignore assertions in the test files. (Whoops)
This commit is contained in:
@@ -34,4 +34,4 @@ executable gen-tests
|
||||
build-depends: base >=4.11 && < 4.14, ascii-progress, containers, directory, filepath, integer-gmp, random
|
||||
hs-source-dirs: .
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
|
||||
ghc-options: -Wall -O2 -fno-ignore-asserts -threaded -rtsopts -with-rtsopts=-N
|
||||
|
||||
Reference in New Issue
Block a user