diff options
author | Joris | 2016-03-26 20:47:51 +0100 |
---|---|---|
committer | Joris | 2016-03-26 20:47:55 +0100 |
commit | 2481514c9ee6ddc7bb621f28802b5cd54fc98925 (patch) | |
tree | ddb5a97b4f04445a50932b99714cab7000d05c80 /config-manager.cabal | |
parent | 49639d9796c36b8601beff86c6aa1b1d232ac652 (diff) |
Remove -Werror option from test suite
Diffstat (limited to 'config-manager.cabal')
-rw-r--r-- | config-manager.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |