[Haskell-cafe] Haddock Problem

David Waern david.waern at gmail.com
Mon Jun 14 04:11:24 EDT 2010


2010/6/14 Dominic Steinitz <dominic at steinitz.org>:
> ..\ThirdParty\Haskell_Platform\2010.1.0.0\bin\haddock.exe BackendC\Core.hs
>
> haddock.exe: can't find a package database at
> E:\ghc\ghc-6.12.1lib\package.conf.d
>
> But if I do haddock --help there is no option to set the package database and I
> don't even have an E: drive.
>
> I'm on windows in case that wasn't obvious and we have a custom package
> database which we point e.g. ghc and cabal at.

Try "--optghc=-package-conf --optghc=<file>", to point Haddock at the custom DB.

David


More information about the Haskell-Cafe mailing list