Closed danielbprice closed 10 years ago
I believe this also breaks with the ghc available as part of Centos 6.4.
Hi @danielbprice , thanks for the report. This is likely a bug in one of the macros that we're using to handle the changes in the base library of different version of GHC. I don't have quick access to a GHC 7.0.x. This is indeed a rather old version (more than two years). However, I'll see what I can do about this bug.
In the meantime, I recommend installing the newest Haskell platform (http://www.haskell.org/platform/), which should solve your problems with installing pandoc
.
Sorry, accidentally clicked "close" apparently.
I have encountered this problem while testing my codes with multiple versions of GHC on travis-ci. I think the following issue will help you fix. https://github.com/vincenthz/hs-cipher-rc4/issues/1
Closed via #21
I'm a Haskell uber-novice; my interactions with this package are in service of trying to get 'pandoc' to install, which used to work fine. Now, however, they are failing because blaze-builder is failing to install. Here is what the error looks like:
By dumb experimentation, I found that if I manually install blaze-builder 0.3.1.0, my pandoc install subsequently works.