Missing Folder in ghc?

Simon Marlow simonmarhaskell at gmail.com
Wed Mar 1 07:16:54 EST 2006


Ashley Yakeley wrote:
> Lemmih wrote:
> 
>> Did you run 'sh darcs-all get'?
> 
> 
> Oh, that wasn't in the README. Thanks. But now I get this:
> 
> /usr/bin/ghc -H16m -O -I. -Iinclude -Rghc-timing  -I../../../libraries 
> -fglasgow-exts -no-recomp    -c System/Directory/Internals.hs -o 
> System/Directory/Internals.o  -ohi System/Directory/Internals.hi
> 
> System/Directory/Internals.hs:1:0:
>     Module `System.Directory.Internals' is a member of package base-1.0.
>     To compile this module, please use -ignore-package base-1.0.
> 
> I'm using GHC 6.4.

The configure script has mis-detected your GHC version somehow.  Could 
you look through the output of configure, and see what it says about 
GHC?  Also look in mk/config.mk, at the value of GhcCanonVersion.

Maybe you switched GHC versions but didn't reconfigure?

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list