On Tue, May 10, 2011 at 13:30, Peter Simons <[email protected]> wrote: > Hi Leif, > > > I was trying to add the IDE Leksah, and some of the parts have > > dependencies on specific versions of haddock. Haddock is provided by > > the ghc package, but it's not listed in ghc-pkg list. > > why would it be necessary for Haddock to be listed by ghc-pkg? The way I > see it, "cabal configure" should simply find Haddock in $PATH, no?
Haddock (on Hackage) is both a program and a library. GHC doesn't include the library (only the program), and I'm guessing that's what is required. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: [email protected] jabber: [email protected] twitter: magthe http://therning.org/magnus _______________________________________________ arch-haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/arch-haskell
