diff --git a/pipes-s3.cabal b/pipes-s3.cabal
--- a/pipes-s3.cabal
+++ b/pipes-s3.cabal
@@ -1,5 +1,5 @@
 name:                pipes-s3
-version:             0.3.0.2
+version:             0.3.0.3
 synopsis:            A simple interface for streaming data to and from Amazon S3
 description:
     This package provides a simple interface for streaming data to and from
@@ -29,7 +29,7 @@
   hs-source-dirs:      src
   default-language:    Haskell2010
   ghc-options:         -Wall
-  build-depends:       base             >=4.7  && <4.10,
+  build-depends:       base             >=4.7  && <4.11,
                        transformers     >=0.4  && <0.6,
                        bytestring       >=0.10 && <0.11,
                        text             >=1.2  && <1.3,
@@ -40,7 +40,7 @@
                        http-client      >=0.4  && <0.6,
                        http-client-tls  >=0.2  && <0.4,
                        resourcet        >=1.1  && <1.2,
-                       aws              >=0.13 && <0.16
+                       aws              >=0.13 && <0.17
 
 test-suite pipes-s3-tests
   type:                exitcode-stdio-1.0
