diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,10 @@
-## [_Unreleased_](https://github.com/freckle/yesod-routes-flow/compare/v3.0.0.1...main)
+## [_Unreleased_](https://github.com/freckle/yesod-routes-flow/compare/v3.0.0.2...main)
 
 None
+
+## [v3.0.0.2](https://github.com/freckle/yesod-routes-flow/compare/v3.0.0.1...v3.0.0.2)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v3.0.0.1](https://github.com/freckle/yesod-routes-flow/compare/2.0...v3.0.0.1)
 
diff --git a/yesod-routes-flow.cabal b/yesod-routes-flow.cabal
--- a/yesod-routes-flow.cabal
+++ b/yesod-routes-flow.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            yesod-routes-flow
-version:         3.0.0.1
+version:         3.0.0.2
 license:         MIT
 license-file:    LICENSE
 copyright:       2021 Renaissance Learning Inc
@@ -34,13 +34,13 @@
         TypeSynonymInstances
 
     build-depends:
-        attoparsec >=0.13.2.0,
-        base >=4.10.1.0 && <5,
+        attoparsec >=0.13.2.2,
+        base >=4.11.1.0 && <5,
         classy-prelude >=0.7,
-        containers >=0.5.10.2,
-        system-fileio >=0.3.16.3,
+        containers >=0.5.11.0,
+        system-fileio >=0.3.16.4,
         system-filepath >=0.4,
-        text >=1.2.2.2,
+        text >=1.2.3.1,
         yesod-core >=1.4 && <2.0
 
 test-suite spec
@@ -61,16 +61,16 @@
         TypeSynonymInstances
 
     build-depends:
-        attoparsec >=0.13.2.0,
-        base >=4.10.1.0 && <5,
+        attoparsec >=0.13.2.2,
+        base >=4.11.1.0 && <5,
         classy-prelude >=0.7,
-        containers >=0.5.10.2,
-        hspec >=2.4.4,
+        containers >=0.5.11.0,
+        hspec >=2.5.5,
         hspec-expectations >=0.8.2,
-        semigroups >=0.18.3,
-        shakespeare >=2.0.14.1,
-        system-fileio >=0.3.16.3,
+        semigroups >=0.18.5,
+        shakespeare >=2.0.20,
+        system-fileio >=0.3.16.4,
         system-filepath >=0.4,
-        text >=1.2.2.2,
+        text >=1.2.3.1,
         yesod-core >=1.4 && <2.0,
         yesod-routes-flow -any
