[Haskell-cafe] Building Yi (and wider Cabal stuff)

Alistair Bayley alistair at abayley.org
Sun Jun 17 03:18:41 EDT 2007


> I'm trying to build Yi (from the darcs repository) to take a look at it.  The README that comes with it says "it's a standard Cabal project so do what you normally do" (paraphrased slightly).  The problem is that I'm not a cabal user just yet and have no idea where to go from here.

The standard cabal usage is:
  runhaskell Setup.hs configure
  runhaskell Setup.hs build
  runhaskell Setup.hs install


http://www.haskell.org/haskellwiki/How_to_install_a_Cabal_package

Alistair


More information about the Haskell-Cafe mailing list