From 4220579eab2a91c8906dd808b2b0a5bc4bca72bf Mon Sep 17 00:00:00 2001 From: Sharif Olorin Date: Wed, 5 Aug 2015 07:29:56 +0000 Subject: [PATCH] Raise lower bound on http-conduit tlsManagerSettings is new in 2.1.7. Signed-off-by: Erik de Castro Lopo --- http-proxy.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-proxy.cabal b/http-proxy.cabal index aeac54b..e44bdf1 100644 --- a/http-proxy.cabal +++ b/http-proxy.cabal @@ -36,7 +36,7 @@ Library , conduit-extra >= 1.1 , hspec >= 2.1 , http-client >= 0.4 - , http-conduit >= 2.1 + , http-conduit >= 2.1.7 , http-types >= 0.8 , mtl >= 2.1 , resourcet >= 1.1