diff --git a/android-activity.cabal b/android-activity.cabal
--- a/android-activity.cabal
+++ b/android-activity.cabal
@@ -1,5 +1,5 @@
 name: android-activity
-version: 0.2.0.1
+version: 0.2.0.2
 synopsis: Turn regular Haskell programs into Android Activities
 homepage: https://github.com/obsidiansystems/android-activity
 license: BSD3
@@ -18,7 +18,7 @@
 
 library
   other-extensions: ForeignFunctionInterface
-  build-depends: base >=4.9 && <4.21
+  build-depends: base >=4.9 && <4.22
                , data-default == 0.7.*
   hs-source-dirs: src
   build-tools: hsc2hs
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for android-activity
 
+## 0.2.0.2
+
+* Support GHC 9.12
+
 ## 0.2.0.1
 
 * Support GHC 9.10
