Turn on all warnings

This commit is contained in:
Filip Gralinski 2021-07-29 14:49:59 +02:00
parent 4a010d95cd
commit 905705bfd5

View File

@ -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