diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
 # Revision history for ghc-prof
 
-## 1.4.0.1 (2017-04-02)
+## v1.4.0.2 - 2017-07-31
 
+* Relax upper version bound for base
+
+## v1.4.0.1 - 2017-04-02
+
 * Implement a workaround for a bug in the GHC profiler ([#6](https://github.com/maoe/ghc-prof/issues/6))
 
-## 1.4.0 (2017-02-14)
+## v1.4.0 - 2017-02-14
 
 * Rename AggregateCostCentre to AggregatedCostCentre
diff --git a/ghc-prof.cabal b/ghc-prof.cabal
--- a/ghc-prof.cabal
+++ b/ghc-prof.cabal
@@ -1,5 +1,5 @@
 name: ghc-prof
-version: 1.4.0.1
+version: 1.4.0.2
 synopsis: Library for parsing GHC time and allocation profiling reports
 description: Library for parsing GHC time and allocation profiling reports
 homepage: https://github.com/maoe/ghc-prof
@@ -14,7 +14,7 @@
   CHANGELOG.md
   README.md
 cabal-version: >=1.10
-tested-with: GHC >= 7.6 && <= 8.0.2
+tested-with: GHC >= 7.6 && <= 8.2.1
 
 flag dump
   description: Build the executable "dump"
@@ -29,7 +29,7 @@
   other-modules:
     Control.Monad.Extras
   build-depends:
-      base >= 4.6 && < 4.10
+      base >= 4.6 && < 4.11
     , attoparsec < 0.14
     , containers >= 0.5 && < 0.6
     , scientific < 0.4
