Unsafe\Coerce.hs:31:0:
   attempting to use module `GHC.Prim' (.\GHC\Prim.hs) which is not loaded
haddock: Failed to check module: Unsafe.Coerce
make[2]: *** [doc.library.base] Error 1
make[2]: Leaving directory `/cygdrive/c/fptools/ghc/libraries'
make[1]: *** [stage2] Error 2
make[1]: Leaving directory `/cygdrive/c/fptools/ghc'
make: *** [bootstrap2] Error 2

You need to remove
   libraries/base/GHC/Prim.hs
(we used to generate it, but we haven't for a long time).

Ok, thanks, that gets me until here:

Preprocessing library ghc-6.9...
Running Haddock for ghc-6.9...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

Preprocessing library ghc-6.9...
types\TypeRep.lhs:51:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `DataCon'
types\TyCon.lhs:83:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `TypeRep'
types\TyCon.lhs:84:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `DataCon'
utils\Outputable.lhs:64:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `Module'
utils\Outputable.lhs:65:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `OccName'
hsSyn\HsPat.lhs:31:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `HsExpr'
basicTypes\Name.lhs:72:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `TypeRep'
utils\Binary.hs:64:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `Name'
basicTypes\Name.lhs:72:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `TypeRep'
main\DynFlags.hs:77:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `Packages'
main\DynFlags.hs:89:0:
   Warning: Unnecessary {-# SOURCE #-} in the import of module `ErrUtils'
main\ParsePkgConf.hs:24:27:
   Module `Control.Exception' does not export `throwDyn'
haddock: Failed to check module: ParsePkgConf
make[2]: *** [doc.stage.2] Error 1
make[2]: Leaving directory `/cygdrive/c/fptools/ghc/compiler'
make[1]: *** [stage2] Error 2
make[1]: Leaving directory `/cygdrive/c/fptools/ghc'
make: *** [bootstrap2] Error 2

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to