diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+debug-me (1.20221231) unstable; urgency=medium
+
+  * Support ghc 9.2.
+    Thanks, Tony Zorman
+
+ -- Joey Hess <id@joeyh.name>  Sat, 31 Dec 2022 14:23:22 -0400
+
 debug-me (1.20220324) unstable; urgency=medium
 
   * Support ghc 8.8.
diff --git a/debug-me.cabal b/debug-me.cabal
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,5 +1,5 @@
 Name: debug-me
-Version: 1.20220324
+Version: 1.20221231
 Cabal-Version: >= 1.10
 Maintainer: Joey Hess <joey@kitenet.net>
 Author: Joey Hess
@@ -55,7 +55,7 @@
   Build-Depends:
       base (>= 4.9 && < 5.0)
     , network (>= 2.6)
-    , bytestring == 0.10.*
+    , bytestring < 0.12
     , cryptonite (>= 0.20)
     , unix (>= 2.7)
     , process (>= 1.4)
