summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-04 19:31:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-04 19:33:11 -0400
commit5c69ac14eb47e284ab4f4dec44ed6ab3581d416f (patch)
tree74edda6e54f71a61176e5487e36ebe3198a13825 /doc/install
parent71c783bf24f2aa4ab911d8279081bcad08951ece (diff)
Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Fedora.mdwn1
-rw-r--r--doc/install/OSX.mdwn1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn
index 0050295e8..7814eec94 100644
--- a/doc/install/Fedora.mdwn
+++ b/doc/install/Fedora.mdwn
@@ -9,6 +9,7 @@ sudo cabal install pcre-light
sudo cabal install quickcheck
sudo cabal install SHA
sudo cabal install dataenc
+sudo cabal install HTTP
sudo cabal install hS3
git clone git://git-annex.branchable.com/
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 81ffe1d03..ade4fa30e 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -7,6 +7,7 @@ sudo cabal install pcre-light
sudo cabal install quickcheck
sudo cabal install SHA
sudo cabal install dataenc
+sudo cabal install HTTP
sudo cabal install hS3 # optional
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)