diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -7,3 +7,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.cabal b/grab.cabal
--- a/grab.cabal
+++ b/grab.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: grab
-version: 0.0.0.8
+version: 0.0.0.9
 
 synopsis: Applicative non-linear consumption
 category: Control
@@ -82,7 +82,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
@@ -97,8 +97,8 @@
     main-is: Main.hs
 
     build-depends:
-        grab
-      , hedgehog ^>= 1.0 || ^>= 1.1
+      , grab
+      , hedgehog ^>= 1.4
 
 -- This benchmark runs with a tightly limited stack size
 -- to detect space leaks, as described by:
@@ -124,5 +124,5 @@
     main-is: Main.hs
 
     build-depends:
-        criterion ^>= 1.5
+      , criterion ^>= 1.5
       , grab
