
I'm not sure what's going on, here's the error I get: C:\haskell\ListZipper-1.1.1.0>cabal haddock Running Haddock for ListZipper-1.1.1.0... Preprocessing library ListZipper-1.1.1.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: Cabal-1.8.0.2, QuickCheck-2.1.0.3, Win32-2.2.0.1, array-0.3.0.0, base-3.0.3.2, base-4.2.0.0, bin-package-db-0.0.0.0, ffi-1.0, rts-1.0, bytestring-0.9.1.5, containers-0.3.0.0, directory-1.0.1.0, extensible-exceptions-0.1.1.1, filepath-1.1.0.3, ghc-6.12.1, ghc-binary-0.5.0.2, ghc-prim-0.2.0.0, hpc-0.5.0.4, integer-gmp-0.2.0.0, mtl-1.1.0.2, old-locale-1.0.0.2, old-time-1.0.0.3, pretty-1.0.1.1, process-1.0.1.2, random-1.0.0.2, syb-0.1.0.2, template-haskell-2.4.0.0, time-1.1.4 Warning: Data.List.Zipper: could not find link destinations for: GHC.Classes.Eq GHC.Show.Show Test.QuickCheck.Arbitrary.Arbitrary Test.QuickCheck.Arbitrary.CoArbitrary GHC.Bool.Bool Data.Maybe.Maybe haddock: internal Haddock or GHC error: E:\Program Files (x86)\Haskell\haddock-2.7.2\html\haddock.css: openFile: does not exist (No such file or directory) Haskell platform is installed on "C:", I have no idea where it's getting the "E:" from. I can specify the correct css location with --css, but then I get the same error looking for haskell_icon.gif. -- ryan

The problem was noted in this thread a couple of months ago: http://www.haskell.org/pipermail/haskell-cafe/2010-June/078914.html I'm not sure what the resolution was.

It looks like there's a bug in the Haskell platform binary build for
Windows. If someone could point me at their bugtrack database I'd be
happy to submit a report.
-- ryan
On Wed, Aug 11, 2010 at 12:20 AM, Stephen Tetley
The problem was noted in this thread a couple of months ago:
http://www.haskell.org/pipermail/haskell-cafe/2010-June/078914.html
I'm not sure what the resolution was. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
Ryan Ingram
-
Stephen Tetley