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