
On Thu, 2 Feb 2012 07:59:08 +0200, Michael Snoyman
Hi all,
I've received a number of reports of a broken zlib 0.5.3.2 (and experienced it myself). Is this a generally known issue?
As a temporary workaround, I've released a new version of zlib-bindings that has an upper bound on zlib to avoid 0.5.3.2 (and later). Once a new patched version is released, I'll release an updated version of zlib-bindings to remove that overly restrictive upper bound.
Michael
Hi Michael, zlib 0.5.3.2 builds fine, with ghc 7.0.4 Cabal-1.10.2.0 it just needs some help to find the header file containing the macros generated by cabal. To avoid the error: Stream.hsc:86:21: error: missing binary operator before token "(" in the Gentoo Haskell overlay I pass this extra option to the runghc ./Setup.hs configure: --hsc2hs-options=--include=${S}/dist/build/autogen/cabal_macros.h where ${S} is the source code directory. With ghc 7.2.2 and 7.4.1-rc2 it compiles fine with or without this configure option. Mark