diff options
-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, |