Skip to content
Snippets Groups Projects
Commit f02064d4 authored by bjorn@bringert.net's avatar bjorn@bringert.net
Browse files

Changed zlib >= 0.4 to zlib >= 0.3. 0.3 works fine for me, and 0.4 is not on hackage yet.

parent 0186d1e1
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,6 @@ Executable cabal
Hackage.Utils
build-depends: mtl, network, regex-compat, unix, Cabal>=1.3,
zlib >= 0.4, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
zlib >= 0.3, HTTP >= 3000.0 && < 3000.1, filepath >= 1.0
build-depends: base >= 2.1, process, directory, pretty, bytestring >= 0.9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment