diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [_Unreleased_](https://github.com/freckle/nonempty-zipper/compare/v1.0.0.3...main)
+## [_Unreleased_](https://github.com/freckle/nonempty-zipper/compare/v1.0.0.4...main)
 
 None
+
+## [v1.0.0.4](https://github.com/freckle/nonempty-zipper/compare/v1.0.0.3...v1.0.0.4)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v1.0.0.3](https://github.com/freckle/nonempty-zipper/compare/v1.0.0.2...v1.0.0.3)
 
diff --git a/nonempty-zipper.cabal b/nonempty-zipper.cabal
--- a/nonempty-zipper.cabal
+++ b/nonempty-zipper.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               nonempty-zipper
-version:            1.0.0.3
+version:            1.0.0.4
 license:            MIT
 license-file:       LICENSE
 copyright:          2021 Renaissance Learning Inc
@@ -27,10 +27,10 @@
     default-language: Haskell2010
     ghc-options:      -Wall
     build-depends:
-        base >=4.14.1.0 && <5,
-        comonad >=5.0.8,
-        deepseq >=1.4.4.0,
-        safe >=0.3.19
+        base >=4.11.1.0 && <5,
+        comonad >=5.0.4,
+        deepseq >=1.4.3.0,
+        safe >=0.3.17
 
 test-suite doctest
     type:             exitcode-stdio-1.0
@@ -40,9 +40,9 @@
     default-language: Haskell2010
     ghc-options:      -Wall
     build-depends:
-        Glob >=0.10.1,
-        base >=4.14.1.0 && <5,
-        comonad >=5.0.8,
-        deepseq >=1.4.4.0,
+        Glob >=0.9.3,
+        base >=4.11.1.0 && <5,
+        comonad >=5.0.4,
+        deepseq >=1.4.3.0,
         doctest >0.16,
-        safe >=0.3.19
+        safe >=0.3.17
