diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for reflex-vty
 
+## 0.6.1.1
+
+* Extend version bounds
+* Add support for GHC 9.8.4
+
 ## 0.6.1.0
 
 * Fix mouse input translation in scrollable elements
diff --git a/reflex-vty.cabal b/reflex-vty.cabal
--- a/reflex-vty.cabal
+++ b/reflex-vty.cabal
@@ -1,5 +1,5 @@
 name: reflex-vty
-version: 0.6.1.0
+version: 0.6.1.1
 synopsis: Reflex FRP host and widgets for VTY applications
 description:
   Build terminal applications using functional reactive programming (FRP) with Reflex FRP (<https://reflex-frp.org>).
@@ -18,7 +18,7 @@
   ChangeLog.md
 extra-doc-files: doc/tasks.png
 tested-with:
-  GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.4.5 || ==9.6.1
+  GHC ==8.10.7 || ==9.4.5 || ==9.6.1 || ==9.8.4
 
 source-repository head
   type: git
@@ -49,12 +49,12 @@
     data-default >= 0.7.1 && < 0.8,
     dependent-map >= 0.4 && < 0.5,
     exceptions >= 0.10 && < 0.11,
-    text >= 1.2.3 && < 2.1,
+    text >= 1.2.3 && < 2.2,
     dependent-sum >= 0.7 && < 0.8,
     exception-transformers >= 0.4.0 && < 0.5,
     mmorph >= 1.1 && < 1.3,
     ordered-containers >= 0.2.2 && < 0.3,
-    primitive >= 0.6.3 && < 0.9,
+    primitive >= 0.6.3 && < 0.10,
     ref-tf >= 0.4.0 && < 0.6,
     reflex >= 0.9.2 && < 1,
     time >= 1.8.0 && < 1.13,
