summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-16 15:20:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-16 15:42:51 -0400
commit21d8cff6adf42043acaf90537e83c0ab5b357117 (patch)
tree2f8ff7939b1045a8b5fda993b6fd85768c37d2dc /git-annex.cabal
parent9589cada839ebc0b6edfb9b319d5d6e12844a536 (diff)
Fall back to internal url downloader when built without curl.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3771ceb87..68fa6fc8d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -66,7 +66,7 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network (>= 2.0), mtl (>= 2),
- bytestring, old-locale, time,
+ bytestring, old-locale, time, HTTP,
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,