
11 Dec
2008
11 Dec
'08
6:22 a.m.
On Thu, 2008-12-11 at 11:29 +0100, Sean Leather wrote:
Now, I'm trying to use #ifndef __HADDOCK__ / #endif around those same modules, and I'm still running into the same internal Haddock error:
haddock: internal Haddock or GHC error: Maybe.fromJust: Nothing
I've been using "cabal haddock" to run haddock on my package. I also get the same error using haddock directly:
$ haddock -odir=tmp --debug --verbose --html Generics/EMGM.hs haddock: internal Haddock or GHC error: Maybe.fromJust: Nothing
Any other suggestions?
Sorry, you'll have to ask David. Have you filed a ticket for this in the haddock trac so that he doesn't forget? http://trac.haskell.org/haddock/ Duncan