diff --git a/api-builder.cabal b/api-builder.cabal
--- a/api-builder.cabal
+++ b/api-builder.cabal
@@ -1,5 +1,5 @@
 name: api-builder
-version: 0.7.0.1
+version: 0.7.1.0
 synopsis: Library for easily building REST API wrappers in Haskell
 license: BSD3
 license-file: LICENSE
@@ -18,7 +18,7 @@
 source-repository this
   type: git
   location: git://github.com/intolerable/api-builder.git
-  tag: v0.7.0.1
+  tag: v0.7.1.0
 
 library
   exposed-modules:
@@ -40,7 +40,7 @@
     bytestring == 0.10.*,
     either == 4.*,
     HTTP == 4000.*,
-    http-client >= 0.4.7 && < 0.4.10,
+    http-client == 0.4.7.* || == 0.4.11.*,
     http-conduit == 2.*,
     http-types == 0.8.*,
     text == 1.*,
