diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -19,3 +19,7 @@
 ## 0.0.0.8 - 2022 Jun 20
 
 Fix build for case-insensitive file systems
+
+## 0.0.0.9 - 2024 Jan 20
+
+Version bumps
diff --git a/grab-form.cabal b/grab-form.cabal
--- a/grab-form.cabal
+++ b/grab-form.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: grab-form
-version: 0.0.0.8
+version: 0.0.0.9
 
 synopsis: Applicative parsers for form parameter lists
 category: Text
@@ -73,7 +73,7 @@
 common base
     default-language: Haskell2010
     build-depends:
-        base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16
+      , base ^>= 4.18 || ^>= 4.19
 
 library
     import: base
@@ -81,9 +81,9 @@
     exposed-modules: Data.GrabForm
 
     build-depends:
-        containers ^>= 0.6
+      , containers ^>= 0.6
       , grab
-      , text ^>= 1.2
+      , text ^>= 2.0 || ^>= 2.1
 
 test-suite hedgehog
     import: base
@@ -92,14 +92,14 @@
     main-is: Main.hs
 
     build-depends:
-        containers ^>= 0.6
+      , containers ^>= 0.6
       , grab
       , grab-form
-      , hedgehog ^>= 0.6 || ^>= 1.0 || ^>= 1.1
-      , text ^>= 1.2
+      , hedgehog ^>= 1.4
+      , text ^>= 2.0 || ^>= 2.1
 
     other-modules:
         Test.Tutorial
-      , Test.OrgRoster.Concepts
-      , Test.OrgRoster.Grabs
-      , Test.OrgRoster.Tests
+        Test.OrgRoster.Concepts
+        Test.OrgRoster.Grabs
+        Test.OrgRoster.Tests
