update with manual git clone, and ghc7.0 build

Seems that Fedora is going to ship with an outdated GHC. Pity.
This commit is contained in:
Joey Hess 2012-04-13 11:13:58 -04:00
parent 45a3cbc55b
commit cc70792772

View file

@ -1,7 +1,15 @@
Installation recipe for Fedora 14.
Installation recipe for Fedora 14 thruough 17.
<pre>
sudo yum install ghc cabal-install
sudo cabal update
cabal install git-annex --bindir=$HOME/bin
git clone git://git.kitenet.net/git-annex
cd git-annex
git checkout ghc 7.0
cabal update
cabal configure
cabal build
cabal install --bindir=$HOME/bin
</pre>
Note: You can't just use `cabal install git-annex`, because Fedora does
not yet ship ghc 7.4.