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.12 - 2022-12-06
+
+* Bump base to compile with GHC 9.4 ([#23](https://github.com/maoe/ghc-prof/pull/23))
+
 ## v1.4.1.11 - 2022-05-18
 
 * Add ghcprofview-hs to the list of applications that use ghc-prof ([#21](https://github.com/maoe/ghc-prof/pull/21))
diff --git a/ghc-prof.cabal b/ghc-prof.cabal
--- a/ghc-prof.cabal
+++ b/ghc-prof.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name: ghc-prof
-version: 1.4.1.11
+version: 1.4.1.12
 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
@@ -39,6 +39,7 @@
   || == 9.0.2
   || == 9.2.1
   || == 9.2.2
+  || == 9.4.3
 
 flag dump
   description: Build the executable "dump"
@@ -53,7 +54,7 @@
   other-modules:
     Control.Monad.Extras
   build-depends:
-      base >= 4.6 && < 4.17
+      base >= 4.6 && < 4.18
     , attoparsec < 0.15
     , containers >= 0.5 && < 0.7
     , scientific < 0.4
