diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-04 19:31:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-04 19:33:11 -0400 |
commit | 5c69ac14eb47e284ab4f4dec44ed6ab3581d416f (patch) | |
tree | 74edda6e54f71a61176e5487e36ebe3198a13825 /git-annex.cabal | |
parent | 71c783bf24f2aa4ab911d8279081bcad08951ece (diff) |
Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index d5a066cdf..f7a2bde85 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -30,14 +30,14 @@ Executable git-annex Main-Is: git-annex.hs Build-Depends: haskell98, MissingH, hslogger, directory, filepath, unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, - pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, curl, + pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP base < 5 Executable git-annex-shell Main-Is: git-annex-shell.hs Build-Depends: haskell98, MissingH, hslogger, directory, filepath, unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, - pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, curl, + pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP base < 5 Executable git-union-merge |