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.5:
+ .
+ * Bump @base@ dependencies for GHC 7.8
+ .
  Changes in 2.0.1.4:
  .
  * Bump @base@ dependency of test suite
@@ -48,7 +52,7 @@
  .
  * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances)
 
-version:             2.0.1.4
+version:             2.0.1.5
 license:             BSD3
 license-file:        LICENSE
 author:              Simon Marlow
@@ -70,13 +74,13 @@
 
 library
     exposed-modules:     Control.Concurrent.Async
-    build-depends:       base >= 4.3 && < 4.7, stm >= 2.2 && < 2.5
+    build-depends:       base >= 4.3 && < 4.8, stm >= 2.2 && < 2.5
 
 test-suite test-async
     type:       exitcode-stdio-1.0
     hs-source-dirs: test
     main-is:    test-async.hs
-    build-depends: base >= 4.3 && < 4.7,
+    build-depends: base >= 4.3 && < 4.8,
                    async,
                    test-framework,
                    test-framework-hunit,
