[Haskell-cafe] Re: Yi pre-release

Jean-Philippe Bernardy jeanphilippe.bernardy at gmail.com
Sun Apr 8 01:50:34 EDT 2007


Bas van Dijk <v.dijk.bas <at> gmail.com> writes:

> bas <at> bassbox ~/development/haskell/yi $ runhaskell Setup.hs build
> *** Exception: failed to extract ghc path from command line
> 
> ...
>
> What can be the problem?
> 
> regards,
> 
> Bas van Dijk
> 

As Stephan mentioned, the easy solution is to use the Makefile.
If you prefer to use cabal, you need to pass --with-ghc=<GHC_PATH> to Setup.hs.

You will also need to build either yi-vty or yi-gtk from the corresponding
packages/ subdirectory.

Cheers,
JP.





More information about the Haskell-Cafe mailing list