Index: b/cborg.cabal
===================================================================
--- a/cborg.cabal
+++ b/cborg.cabal
@@ -90,11 +90,11 @@ library
 
   build-depends:
     array                   >= 0.4     && < 0.6,
-    base                    >= 4.11    && < 4.20,
+    base                    >= 4.11    && < 4.22,
     bytestring              >= 0.10.4  && < 0.13,
     containers              >= 0.5     && < 0.8,
     deepseq                 >= 1.0     && < 1.6,
-    ghc-prim                >= 0.3.1.0 && < 0.12,
+    ghc-prim                >= 0.3.1.0 && < 0.14,
     half                    >= 0.2.2.3 && < 0.4,
     primitive               >= 0.5     && < 0.10,
     text                    >= 1.1     && < 1.3 || >= 2.0 && <2.2
@@ -148,7 +148,7 @@ test-suite tests
 
   build-depends:
     array                   >= 0.4     && < 0.6,
-    base                    >= 4.11    && < 4.20,
+    base                    >= 4.11    && < 4.22,
     base-orphans,
     bytestring              >= 0.10.4  && < 0.13,
     text                    >= 1.1     && < 2.2,
@@ -159,12 +159,12 @@ test-suite tests
     base16-bytestring       >= 1.0     && < 1.1,
     deepseq                 >= 1.0     && < 1.6,
     half                    >= 0.2.2.3 && < 0.4,
-    QuickCheck              >= 2.9     && < 2.15,
+    QuickCheck              >= 2.9     && < 2.17,
     random,
     scientific              >= 0.3     && < 0.4,
     tasty                   >= 0.11    && < 1.6,
     tasty-hunit             >= 0.9     && < 0.11,
-    tasty-quickcheck        >= 0.8     && < 0.11,
+    tasty-quickcheck        >= 0.8     && < 0.12,
     vector                  >= 0.10    && < 0.14
   if !impl(ghc >= 8.0)
     build-depends:
