From d7e9b3a74ffad5b6ab37b1cfb2878c04798b9a81 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 21 Mar 2018 12:45:34 -0400 Subject: [PATCH] Remove -Werror to make stack happy --- zip-stream.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zip-stream.cabal b/zip-stream.cabal index 3377af6..67ed9fd 100644 --- a/zip-stream.cabal +++ b/zip-stream.cabal @@ -23,7 +23,7 @@ library other-modules: Codec.Archive.Zip.Conduit.Internal default-language: Haskell2010 - ghc-options: -Wall -Werror + ghc-options: -Wall build-depends: base >= 4.9 && < 5, binary >= 0.7.2, @@ -44,7 +44,7 @@ executable unzip-stream main-is: unzip.hs hs-source-dirs: cmd default-language: Haskell2010 - ghc-options: -Wall -Werror + ghc-options: -Wall build-depends: base >=4.8 && <5, bytestring, @@ -60,7 +60,7 @@ executable zip-stream main-is: zip.hs hs-source-dirs: cmd default-language: Haskell2010 - ghc-options: -Wall -Werror + ghc-options: -Wall build-depends: base >=4.8 && <5, bytestring,