Add warning flags
This commit is contained in:
parent
996031d92f
commit
ac5a5078f3
@ -24,7 +24,7 @@ library
|
|||||||
executable haskell-cron-test-exe
|
executable haskell-cron-test-exe
|
||||||
hs-source-dirs: app
|
hs-source-dirs: app
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, haskell-cron-test
|
, haskell-cron-test
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
@ -39,7 +39,7 @@ test-suite haskell-cron-test-test
|
|||||||
, hspec
|
, hspec
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
, haskell-cron-test
|
, haskell-cron-test
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
|
Loading…
Reference in New Issue
Block a user