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> <pre>
sudo yum install ghc cabal-install sudo yum install ghc cabal-install
sudo cabal update git clone git://git.kitenet.net/git-annex
cabal install git-annex --bindir=$HOME/bin cd git-annex
git checkout ghc 7.0
cabal update
cabal configure
cabal build
cabal install --bindir=$HOME/bin
</pre> </pre>
Note: You can't just use `cabal install git-annex`, because Fedora does
not yet ship ghc 7.4.