Good to hear that installation with 'cabal install' works.
On Wed, 3 Jun 2009, Serge LE HUITOUZE wrote: > I quickly browsed the documentation of Cabal, starting from > http://www.haskell.org/cabal/. > I didn't find the FAQ (http://www.haskell.org/cabal/FAQ.html) very > instructive, but didn't have time (yet) to read the users guide > (http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/). Actually there are two things: Cabal, the packaging system, and cabal-install, a front-end which also manages automatical installation of dependent packages. The shell command 'cabal' is from the cabal-install package. The Documentation you mention is for Cabal, and I think it is mostly of interest for package managers and not for users. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
