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:
parent
45a3cbc55b
commit
cc70792772
1 changed files with 11 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue