[Haskell-cafe] Re: build problems on Hackage

Ross Paterson ross at soi.city.ac.uk
Thu Feb 5 10:16:42 EST 2009


On Thu, Feb 05, 2009 at 03:03:35PM +0100, Wolfgang Jeltsch wrote:
> Am Donnerstag, 5. Februar 2009 13:16 schrieb Ross Paterson:
> > On Thu, Feb 05, 2009 at 10:41:20AM +0100, Wolfgang Jeltsch wrote:
> > > type-level built fine with GHC 6.8 but failed to build with GHC
> > >
> > > 6.10. The last line of the build log is this:
> > > > haddock: internal Haddock or GHC error: Maybe.fromJust: Nothing
> >
> > Yes, haddock 2.4.1 (the most recent release) bombs on
> > Data.TypeLevel.Num.Aliases.
> 
> Hackage uses Haddock 2.3.0, doesn't it?

The build client uses 2.4.1.  I just tried with 2.3.0, and saw the
same problem.

> Anyway, can something be done so that not all packages depending (directly or 
> indirectly) on type-level are without documentation? For example, type-level 
> could be installed on the Hackage server without documentation instead of not 
> being installed at all.

OK, I've done that.  parameterized-data-0.1.3 now fails for other reasons,
but the earlier ones are OK.


More information about the Haskell-Cafe mailing list