diff --git a/async.cabal b/async.cabal
--- a/async.cabal
+++ b/async.cabal
@@ -22,6 +22,10 @@
    threads that are automatically killed when
    their parent dies (see 'withAsync').
  .
+ Changes in 2.0.1.4:
+ .
+ * Bump @base@ dependency of test suite
+ .
  Changes in 2.0.1.3:
  .
  * Bump @base@ dependency to allow 4.6
@@ -44,7 +48,7 @@
  .
  * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances)
 
-version:             2.0.1.3
+version:             2.0.1.4
 license:             BSD3
 license-file:        LICENSE
 author:              Simon Marlow
@@ -72,7 +76,7 @@
     type:       exitcode-stdio-1.0
     hs-source-dirs: test
     main-is:    test-async.hs
-    build-depends: base >= 4.3 && < 4.6,
+    build-depends: base >= 4.3 && < 4.7,
                    async,
                    test-framework,
                    test-framework-hunit,
