diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ghc-prof
 
+## v1.4.1.7 - 2020-04-04
+
+* Relax upper version bound for base to support GHC 8.10.1
+
 ## v1.4.1.6 - 2019-09-09
 
 * Relax upper version bound for base
diff --git a/ghc-prof.cabal b/ghc-prof.cabal
--- a/ghc-prof.cabal
+++ b/ghc-prof.cabal
@@ -1,20 +1,20 @@
 name: ghc-prof
-version: 1.4.1.6
+version: 1.4.1.7
 synopsis: Library for parsing GHC time and allocation profiling reports
 description: ghc-prof is a library for parsing GHC time and allocation profiling reports.
 homepage: https://github.com/maoe/ghc-prof
 license: BSD3
 license-file: LICENSE
 author: Mitsutoshi Aoe
-maintainer: Mitsutoshi Aoe <maoe@foldr.in>
-copyright: Copyright (C) 2013-2018 Mitsutoshi Aoe
+maintainer: Mitsutoshi Aoe <me@maoe.name>
+copyright: Copyright (C) 2013-2020 Mitsutoshi Aoe
 category: Development
 build-type: Simple
 extra-source-files:
   CHANGELOG.md
   README.md
 cabal-version: >=1.10
-tested-with: GHC >= 7.6 && <= 8.8.1
+tested-with: GHC >= 7.6 && <= 8.10.1
 
 flag dump
   description: Build the executable "dump"
@@ -29,7 +29,7 @@
   other-modules:
     Control.Monad.Extras
   build-depends:
-      base >= 4.6 && < 4.14
+      base >= 4.6 && < 4.15
     , attoparsec < 0.14
     , containers >= 0.5 && < 0.7
     , scientific < 0.4
