Error on warnings

This commit is contained in:
Joshua Clayton 2016-05-07 06:23:38 -04:00
parent 53bd914fd9
commit bfca8cae19

View File

@ -45,7 +45,7 @@ library
executable unused
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
build-depends: base
, unused
, optparse-applicative
@ -57,7 +57,7 @@ test-suite unused-test
main-is: Spec.hs
build-depends: base
, unused
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
default-language: Haskell2010
source-repository head