[Haskell-cafe] The case of the missing module
Neil Mitchell
ndmitchell at gmail.com
Sun Apr 16 07:53:07 EDT 2006
Hi,
> import Paths_haddock ( getDataDir )
Haddock requires to be built with Cabal (which generates this module),
and as far as I can remember, its a Cabal that isn't released
anywhere. When I did some work on haddock I commented this out, and
made getDataDir return an empty list and then made sure to set the -l
flag (I think) and was able to work around this.
Of course, the "solution" is to get Cabal working. I broke Cabal long
ago, but you might have more luck.
Thanks
Neil
More information about the Haskell-Cafe
mailing list