diff --git a/http-client-streams.cabal b/http-client-streams.cabal
--- a/http-client-streams.cabal
+++ b/http-client-streams.cabal
@@ -1,5 +1,5 @@
 name:                http-client-streams
-version:             0.3.0.0
+version:             0.3.1.0
 synopsis:            http-client for io-streams supporting openssl
 license:             BSD3
 license-file:        LICENSE
@@ -25,7 +25,7 @@
 library
   exposed-modules:     System.IO.Streams.HTTP
   hs-source-dirs:      src
-  build-depends:       base                >= 4.7  && < 4.8
+  build-depends:       base                >= 4.7  && < 4.9
                      , bytestring          >= 0.10 && < 0.11
                      , http-client         >= 0.4  && < 0.5
                      , io-streams          >= 1.2  && < 1.3
