Turn on all warnings
This commit is contained in:
parent
4a010d95cd
commit
905705bfd5
@ -118,11 +118,12 @@ library
|
||||
, yaml
|
||||
, extra
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
|
||||
executable geval
|
||||
hs-source-dirs: app
|
||||
main-is: Main.hs
|
||||
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -qg"
|
||||
ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N -qg"
|
||||
build-depends: base
|
||||
, geval
|
||||
, optparse-applicative
|
||||
|
Loading…
Reference in New Issue
Block a user