diff --git a/pipes-http.cabal b/pipes-http.cabal
--- a/pipes-http.cabal
+++ b/pipes-http.cabal
@@ -1,5 +1,5 @@
 Name: pipes-http
-Version: 1.0.2
+Version: 1.0.3
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
@@ -20,7 +20,7 @@
     Build-Depends:
         base             >= 4       && < 5   ,
         bytestring       >= 0.9.2.1 && < 0.11,
-        pipes            >= 4.0     && < 4.2 ,
+        pipes            >= 4.0     && < 4.3 ,
         http-client      >= 0.2     && < 0.5 ,
         http-client-tls                < 0.3
     Exposed-Modules: Pipes.HTTP
