summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-01 15:39:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-01 15:39:30 -0400
commit6ba866ca738d6a63858916f84979cfd346bcb403 (patch)
treedeb3ff71df984965029813d647442664b012f9ed /git-annex.cabal
parent3efba481b50ad8de6efe5869db90ac69f5c022a9 (diff)
updates for web remote and removing URL backend
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index a4b8aef99..fab2c71b9 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -29,14 +29,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,
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, curl,
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,
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, curl,
base < 5
Executable git-union-merge