From 57fb4898ead0d1e8d60576b13c09be8732bb9451 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 22 Jan 2019 21:02:02 +0000 Subject: [PATCH] Relax the dependency on http-client. `bloodhound` compiles against `http-client-0.6.1` and seems to work fine. The only breaking change in the new `http-client` was in the `renderParts` function, but it looks like `bloodhound` code doesn't make use of it. Would be nice if you could make a Hackage revision too. --- bloodhound.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloodhound.cabal b/bloodhound.cabal index 6889f23..725cf5f 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -70,7 +70,7 @@ library containers >= 0.5.0.0 && <0.6, exceptions, hashable, - http-client >= 0.4.30 && <0.6, + http-client >= 0.4.30 && <0.7, http-types >= 0.8 && <0.13, mtl >= 1.0 && <2.3, network-uri >= 2.6 && <2.7,