summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-10 15:57:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-10 15:57:41 -0400
commitb55c32d4c6cb63ffd6d9ce49eee8be95628c9746 (patch)
treef4d15499f39cb35e4e13e0ff587b55877935bb0c /git-annex.cabal
parent2878880f7b7de4ef78abf6c39434153a1a3647bc (diff)
Drop support for building with old versions of directory, feed, and http-types.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index a2bf57b4e..bf36afa3a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -326,7 +326,7 @@ Executable git-annex
unix-compat,
SafeSemaphore,
async,
- directory,
+ directory (>= 1.2),
filepath,
IfElse,
MissingH,
@@ -343,8 +343,8 @@ Executable git-annex
edit-distance,
resourcet,
http-client,
- http-types,
- http-conduit (>= 2.0.0),
+ http-types (>= 0.7),
+ http-conduit (>= 2.0),
time,
old-locale,
esqueleto,
@@ -353,7 +353,7 @@ Executable git-annex
persistent-template,
aeson,
unordered-containers,
- feed,
+ feed (>= 0.3.9),
regex-tdfa,
socks,
byteable,