This commit is contained in:
http://mildred.pip.verisignlabs.com/ 2012-04-13 08:19:27 +00:00 committed by admin
parent ebc91c7637
commit 4837ad6dd3

View file

@ -57,6 +57,7 @@ You can fetch the dependencies using `cabal install`. Then, you can build git-an
runhaskell Setup.hs configure --user
runhaskell Setup.hs build
runhaskell Setup.hs install --bindir=$HOME/bin
runhaskell Setup.hs install
The `--user` option configures the build so that it uses the packages you already have in `~/.cabal`.
The `--user` option configures the build so that it uses the packages you already have in `~/.cabal`. Binaries
will be installed in `~/.cabal/bin`, you'll need it in your PATH.