Index: b/cborg-json.cabal
===================================================================
--- a/cborg-json.cabal
+++ b/cborg-json.cabal
@@ -1,5 +1,6 @@
 name:                cborg-json
 version:             0.2.6.0
+x-revision: 4
 synopsis:            A library for encoding JSON as CBOR
 description:         This package implements the bijection between JSON and
                      CBOR defined in the CBOR specification, RFC 7049.
@@ -17,20 +18,21 @@ build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
 tested-with:
-  GHC == 8.4.4,
-  GHC == 8.6.5,
   GHC == 8.8.3,
   GHC == 8.10.7,
   GHC == 9.0.1,
   GHC == 9.2.2,
   GHC == 9.4.2,
-  GHC == 9.6.1
+  GHC == 9.6.1,
+  GHC == 9.8.1,
+  GHC == 9.10.1,
+  GHC == 9.12.1
 
 library
   exposed-modules:     Codec.CBOR.JSON
   ghc-options:         -Wall
   build-depends:
-    base                 >=4.11 && < 4.20,
+    base                 >=4.11 && < 4.22,
     aeson                >=0.7  && <2.3,
     aeson-pretty         >=0.8  && <0.9,
     base64-bytestring    >=1.0  && <1.3,
@@ -61,11 +63,11 @@ benchmark bench
   other-modules:
 
   build-depends:
-    base       >= 4.11    && < 4.20,
+    base       >= 4.11    && < 4.22,
     bytestring >= 0.10.4  && < 0.13,
     criterion  >= 1.0     && < 1.7,
     deepseq    >= 1.0     && < 1.6,
-    zlib       >= 0.5     && < 0.7,
+    zlib       >= 0.5     && < 0.8,
     directory,
     process,
     aeson,
@@ -87,14 +89,14 @@ test-suite tests
   other-modules:
 
   build-depends:
-    base                    >= 4.7     && < 4.20,
+    base                    >= 4.7     && < 4.22,
     base-orphans,
     base16-bytestring       >= 1.0     && < 1.1,
     bytestring              >= 0.10.4  && < 0.13,
     cborg,
     cborg-json,
     aeson                   >= 0.7     && < 2.3,
-    QuickCheck              >= 2.9     && < 2.15,
+    QuickCheck              >= 2.9     && < 2.17,
     tasty                   >= 0.11    && < 1.6,
     tasty-hunit             >= 0.9     && < 0.11,
     text                    >= 1.1     && < 2.2
