Remove -Werror to make stack happy
This commit is contained in:
parent
333fdd1d25
commit
d7e9b3a74f
@ -23,7 +23,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Codec.Archive.Zip.Conduit.Internal
|
Codec.Archive.Zip.Conduit.Internal
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -Werror
|
ghc-options: -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.9 && < 5,
|
base >= 4.9 && < 5,
|
||||||
binary >= 0.7.2,
|
binary >= 0.7.2,
|
||||||
@ -44,7 +44,7 @@ executable unzip-stream
|
|||||||
main-is: unzip.hs
|
main-is: unzip.hs
|
||||||
hs-source-dirs: cmd
|
hs-source-dirs: cmd
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -Werror
|
ghc-options: -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.8 && <5,
|
base >=4.8 && <5,
|
||||||
bytestring,
|
bytestring,
|
||||||
@ -60,7 +60,7 @@ executable zip-stream
|
|||||||
main-is: zip.hs
|
main-is: zip.hs
|
||||||
hs-source-dirs: cmd
|
hs-source-dirs: cmd
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -Werror
|
ghc-options: -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.8 && <5,
|
base >=4.8 && <5,
|
||||||
bytestring,
|
bytestring,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user