From 2481514c9ee6ddc7bb621f28802b5cd54fc98925 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 26 Mar 2016 20:47:51 +0100 Subject: Remove -Werror option from test suite --- config-manager.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-manager.cabal b/config-manager.cabal index bc6b321..0541f83 100644 --- a/config-manager.cabal +++ b/config-manager.cabal @@ -49,7 +49,7 @@ Test-Suite test-config-manager type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: Test.hs - ghc-options: -Wall -Werror -fno-warn-type-defaults + ghc-options: -Wall -fno-warn-type-defaults build-depends: base, text, config-manager, -- cgit v1.2.3