diff --git a/json-feed.cabal b/json-feed.cabal
--- a/json-feed.cabal
+++ b/json-feed.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: json-feed
-version: 2.0.0.15
+version: 2.0.0.16
 synopsis: JSON Feed
 description:
   This is an implementation of the JSON Feed spec in Haskell. The spec is
@@ -39,7 +39,7 @@
   manual: True
 
 common library
-  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0
+  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
   default-language: Haskell2010
   ghc-options:
     -Weverything
