diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for streaming-postgresql-simple
 
+## 0.2.0.1
+
+Increase upper bound of `base`.
+
 ## 0.2.0.0  -- 2017-02-03
 
 ### Correctly perform finalisation in `query` functions.
diff --git a/streaming-postgresql-simple.cabal b/streaming-postgresql-simple.cabal
--- a/streaming-postgresql-simple.cabal
+++ b/streaming-postgresql-simple.cabal
@@ -1,5 +1,5 @@
 name:                streaming-postgresql-simple
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Stream postgresql-query results using the streaming library
 description:         This package provides incremental streaming functions for the @postgresql-simple@ library.
 license:             BSD3
@@ -18,7 +18,7 @@
 library
   exposed-modules:     Database.PostgreSQL.Simple.Streaming
   other-extensions:    BangPatterns, OverloadedStrings, RecordWildCards, ScopedTypeVariables
-  build-depends:       base >=4.9 && <4.10
+  build-depends:       base >=4.9 && <4.11
                      , bytestring >= 0.10.8.1 && < 0.11
                      , exceptions >= 0.8.3 && < 0.9
                      , postgresql-libpq >= 0.9.2.0 && < 0.10
