daniel.is.fischer: > On Thursday 02 September 2010 20:23:02, Don Stewart wrote: > > Forwarding to bugs, so Ian will see it. > > > > ----- Forwarded message from Daniel Fischer <[email protected]> > > ----- > > > > Date: Thu, 2 Sep 2010 20:20:55 +0200 > > From: Daniel Fischer <[email protected]> > > To: [email protected] > > Subject: Re: [Haskell-cafe] Missing documentation in Haskell Platform on > > Windows > > > > On Thursday 02 September 2010 20:05:12, Daniel Fischer wrote: > > > Probably not. I'm on Linux and build my GHCs from source. There's no > > > directory mtl-1.1.0.2 in ~/share/doc/ghc/html/libraries although it's > > > linked to from the package index built with the compiler. (Hadn't > > > noticed before because I use the index in ~/.cabal). > > > Seems to be a slip-up in the makefiles. > > > > Also broken: > > > > utf8-string > > haskeline > > terminfo > > Checking the output of ghc-pkg list, none of those packages made it into > the global package db. > All of them are built, though, and haddock is run on them, they're just not > installed, neither registered with GHC nor is the documentation copied to > ~/share/doc/...
This is with the GHC stable src installer? For which version? I don't think GHC intends to install utf8-string, does it? (It's an internal package, like those other 2). -- Don _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
