Claus Reinke wrote:
unfortunately not. just rebuilt, and ghci still can't load base:-(
That's a different GHCi problem :-) We know the cause: the base
package is currently missing some extra-libraries on Windows. Ian is
looking into fixing it. As a workaround, you could copy the
extra-libraries from package.conf.in to base.cabal in your tree.
interesting. they are in base/package.conf.inplace, but ghc-pkg-inplace
doesn't know about them. i've removed libraries/base/setup/ and hit make
at the
top (is that sufficient?)
base/package.conf.* are part of the old Makefile build system, they aren't used
in the new Cabal build system. The Makefile in libraries/base should also not
be used.
Ian - what's the plan here? Perhaps there shouldn't be a makefile in
libraries/base at all, so that we can use 'setup makefile' easily. The old
package.conf.in stuff should probably go away.
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc