Re: [Haskell-cafe] zlib or digest package installation

2010-06-30 Thread Tillmann Rendel
Hi Daniel, Daniel Kahlenberg wrote: when installing pandoc package, which has digest somewhere in dependencies the usual cabal install stucks because zlib.h is missing [...] I had a similar or the same problem with digest and zlib.h two months ago, which I reported to the Haskell platform

[Haskell-cafe] zlib or digest package installation

2010-06-20 Thread Daniel Kahlenberg
Hi, when installing pandoc package, which has digest somewhere in dependencies the usual cabal install stucks because zlib.h is missing, so I explicitly installed zlib package first, then installing digest (can also replace that directly with pandoc here) with the --extra-include-dirs parameter

Re: [Haskell-cafe] zlib or digest package installation

2010-06-20 Thread Ivan Lazar Miljenovic
Daniel Kahlenberg d.kahlenb...@googlemail.com writes: Hi, when installing pandoc package, which has digest somewhere in dependencies the usual cabal install stucks because zlib.h is missing, so I explicitly installed zlib package first, then installing digest (can also replace that directly