From bfca8cae19d207d02b8183ec82b56e636fdb4b63 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Sat, 7 May 2016 06:23:38 -0400 Subject: [PATCH] Error on warnings --- unused.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unused.cabal b/unused.cabal index da228c6..6e41a0d 100644 --- a/unused.cabal +++ b/unused.cabal @@ -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