Top "Cabal" questions

Cabal is a package distribution and build system for the Haskell programming language.

Using cabal with multiple GHC versions

I got both ghc6 and ghc7 on my desktop. To install new packages (for the specific ghc version), I use …

haskell ghc cabal
How can I use GHCi with the new cabal 1.17 sandboxes?

I've been trying out cabal head which has support for sandboxes similar to cabal-dev. However there's not yet support for …

haskell cabal