diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-13 11:37:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-13 11:37:49 -0400 |
commit | befda6f9d26ade107f0b9cec3ea7919fda64444f (patch) | |
tree | a68904801d8468dae27502152e888f9a0771dbce /doc/install/cabal.mdwn | |
parent | 3642c723209bfb117b16c12f0ad83ef0fe025613 (diff) |
add cabal command to install build deps
Diffstat (limited to 'doc/install/cabal.mdwn')
-rw-r--r-- | doc/install/cabal.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/cabal.mdwn b/doc/install/cabal.mdwn index fe7b025e1..180208211 100644 --- a/doc/install/cabal.mdwn +++ b/doc/install/cabal.mdwn @@ -10,6 +10,7 @@ But maybe you want something newer (or older). Then [[download]] the version you want, and use cabal as follows inside its source tree: cabal update + cabal install --only-dependencies cabal configure cabal build cabal install --bindir=$HOME/bin |