From ac5a5078f303cd54ab3d2c4c624fd0cb66c3ac0d Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 12 Nov 2017 07:23:13 +0300 Subject: [PATCH] Add warning flags --- haskell-cron-test.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell-cron-test.cabal b/haskell-cron-test.cabal index 442e2f4..2e98e98 100644 --- a/haskell-cron-test.cabal +++ b/haskell-cron-test.cabal @@ -24,7 +24,7 @@ library executable haskell-cron-test-exe hs-source-dirs: app main-is: Main.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror build-depends: base , haskell-cron-test default-language: Haskell2010 @@ -39,7 +39,7 @@ test-suite haskell-cron-test-test , hspec , QuickCheck , haskell-cron-test - ghc-options: -threaded -rtsopts -with-rtsopts=-N + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror default-language: Haskell2010 source-repository head