[Haskell-cafe] cabal install pandoc

Brent Yorgey byorgey at seas.upenn.edu
Sun Mar 31 21:23:39 CEST 2013


On Fri, Mar 29, 2013 at 08:05:47AM -0230, Roger Mason wrote:
> Thank you for your response.  'ghc-pkg check' shows some problems:
> 
> http://pastebin.ca/2344794
> 
> On 03/28/2013 08:01 PM, Patrick Wheeler wrote:
> >So I printed off the requirements for pandoc on a empty ghc-7.6.2
> >install you can find it at:
> >http://hpaste.org/84794
> >
> >I do not see any odd package versions listed in what you posted so far.
> >
> >No promise I will be able to help afterwards but it might help to
> >see the full log, and then again with verbosity turned on. So
> >seperate pastes for:
> >
> >* `cabal install pandoc --dry-run`
> >* `cabal install pandoc --dry-run --verbose=2`
> >* `cabal install pandoc --dry-run --verbose=3`
> >
> >You might also want to run a `ghc-pkg check` to check to see if
> >your packages are consistent/unbroken.
> >
> >
> 'ghc-pkg check' shows some problems:
> 
> http://pastebin.ca/2344794
> 

It looks like your entire Haskell Platform installation is completely
hosed.  Sad to say, but I think your best bet is to simply reinstall
the Haskell Platform.

-Brent



More information about the Haskell-Cafe mailing list