aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-10 15:49:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-10 15:49:14 -0400
commit7204a6774d81b681be9ea4733596dd58a05906b1 (patch)
tree91abc35dee2ec1227922a8a3d1c1f7fec928d24c /git-annex.cabal
parentbfad6f5a7d156d5ddf0e5cf3840d8d22f82a2377 (diff)
Drop support for building with old versions of dns and http-conduit.
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 c79ca7034..d6428cadc 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -342,7 +342,7 @@ Executable git-annex
resourcet,
http-client,
http-types,
- http-conduit,
+ http-conduit (>= 2.0.0),
time,
old-locale,
esqueleto,
@@ -395,7 +395,7 @@ Executable git-annex
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)
- Build-Depends: dns, mountpoints
+ Build-Depends: dns (>= 1.0.0), mountpoints
CPP-Options: -DWITH_ASSISTANT
if flag(Assistant)