When I tried this, I discovered that when building the zlib C code, I had to
cd zlib-1.2.3 and that then of course makes the cd .. before building the haskell zlib right. (Not to mention the obvious typo of Setup.py for Setup.hs.) I also had to add -package fps to ghc-options in zlib.cabal, but then I've got ghc-6.4.1 and Cabal-1.1.3. -- Iain Alexander [EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
