From b55c32d4c6cb63ffd6d9ce49eee8be95628c9746 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Mar 2017 15:57:41 -0400 Subject: Drop support for building with old versions of directory, feed, and http-types. --- git-annex.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'git-annex.cabal') 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, -- cgit v1.2.3