diff --git a/bytestring-handle.cabal b/bytestring-handle.cabal
--- a/bytestring-handle.cabal
+++ b/bytestring-handle.cabal
@@ -1,5 +1,5 @@
 name:                bytestring-handle
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            ByteString-backed Handles
 -- description:
 homepage:            http://hub.darcs.net/ganesh/bytestring-handle
@@ -18,7 +18,7 @@
                        Data.ByteString.Handle.Read
                        Data.ByteString.Handle.Write
   build-depends:       bytestring >= 0.9.1.5 && < 0.11,
-                       base >= 4.2 && < 4.8
+                       base >= 4.2 && < 4.9
   hs-source-dirs:      src
 
 test-suite test
@@ -28,11 +28,11 @@
   main-is: Test.hs
 
   build-depends:
-                  QuickCheck >= 2.1.2 && < 2.8,
+                  QuickCheck >= 2.1.2 && < 2.9,
                   test-framework-quickcheck2 >= 0.2.5 && < 0.4,
                   HUnit >= 1.2 && < 1.3,
                   test-framework-hunit >= 0.2.0 && < 0.4,
                   test-framework >= 0.2.0 && < 0.9,
                   bytestring >= 0.9.1.5 && < 0.11,
-                  base >= 4.2 && < 4.8,
+                  base >= 4.2 && < 4.9,
                   bytestring-handle
