Drop the dependency on the haskell curl bindings, use regular haskell HTTP.

This commit is contained in:
Joey Hess 2011-07-04 19:31:45 -04:00
parent 71c783bf24
commit 5c69ac14eb
7 changed files with 25 additions and 15 deletions

View file

@ -25,7 +25,7 @@ To build and use git-annex, you will need:
* [dataenc](http://hackage.haskell.org/package/dataenc)
* [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)
* [curl](http://hackage.haskell.org/package/curl)
* [HTTP](http://hackage.haskell.org/package/HTTP)
* [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended)
* Shell commands
* [git](http://git-scm.com/)

View file

@ -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/

View file

@ -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)