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.10.0.0
+version: 0.11.0.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.10.0.0
+  tag: v0.11.0.0
 
 library
   exposed-modules:
@@ -38,7 +38,7 @@
     bifunctors >= 4.0 && < 6.0,
     bytestring == 0.10.*,
     HTTP == 4000.*,
-    http-client >= 0.4.11 && < 0.4.19,
+    http-client >= 0.4.11 && < 0.4.21,
     http-client-tls >= 0.2 && < 0.2.3,
     http-types == 0.8.*,
     text == 1.*,
@@ -65,7 +65,7 @@
     aeson,
     bytestring,
     hspec,
-    http-conduit,
+    http-client,
     text,
     transformers
   GHC-options: -Wall
