[Haskell] Haskell Dependency/Installation FilePath

Neil Mitchell ndmitchell at gmail.com
Tue Mar 6 04:33:01 EST 2007


Hi

> Loading package base ... linking ... done.
> [1 of 1] Compiling Main             ( C:/ghc/ghc-6.6/filepath-0.11/filepath/Setu
> p.hs, interpreted )
> Ok, modules loaded: Main.
> *Main>

You have probably downloaded FilePath, but not installed it. Try:

cd C:/ghc/ghc-6.6/filepath-0.11/filepath
runhaskell Setup configure
runhaskell Setup build
runhaskell Setup install

Then attempt the installation of MissingH again.

Thanks

Neil


More information about the Haskell mailing list