From 510c7874b2d342be5184972ec039399d94ec80a2 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 6 Jul 2016 18:55:55 +1000 Subject: [PATCH] http-proxy.cabal: Add upper bounds on http-(client|conduit) --- http-proxy.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-proxy.cabal b/http-proxy.cabal index b6b774b..4ae6dfb 100644 --- a/http-proxy.cabal +++ b/http-proxy.cabal @@ -34,8 +34,8 @@ Library , case-insensitive >= 1.2 , conduit >= 1.2 , conduit-extra >= 1.1 - , http-client >= 0.4 - , http-conduit >= 2.1.7 + , http-client >= 0.4 && < 0.5 + , http-conduit >= 2.1.7 && < 2.2 , http-types >= 0.8 , mtl >= 2.1 , network >= 2.6