diff --git a/heck.cabal b/heck.cabal
--- a/heck.cabal
+++ b/heck.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: heck
-version: 1.0.0.0
+version: 1.0.0.1
 synopsis: Abstract unit test interface
 description: Heck provides an abstract unit test interface.
 category: Testing
@@ -21,7 +21,7 @@
   manual: True
 
 library
-  build-depends: base ^>={4.19, 4.20, 4.21}
+  build-depends: base ^>={4.19, 4.20, 4.21, 4.22}
   default-language: Haskell2010
   exposed-modules: Heck
   ghc-options:
