--- a/binary-orphans.cabal
+++ b/binary-orphans.cabal
@@ -1,6 +1,7 @@
 cabal-version:      1.12
 name:               binary-orphans
 version:            1.0.5
+x-revision:         1
 synopsis:           Compatibility package for binary; provides instances
 category:           Data, Binary, Parsing, Compatibility
 description:
@@ -21,9 +22,10 @@ tested-with:
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.1
 
 extra-source-files: CHANGELOG.md
 
@@ -38,7 +40,7 @@ library
   exposed-modules:  Data.Binary.Orphans
   other-extensions: CPP
   build-depends:
-      base          >=4.12.0.0  && <4.21
+      base          >=4.12.0.0  && <4.22
     , binary        >=0.8.6.0 && <0.8.10
 
   if !impl(ghc >=9.2)
@@ -62,7 +64,7 @@ test-suite binary-orphans-test
     , quickcheck-instances  >=0.3.28   && <0.4
     , tagged                >=0.8.6    && <0.9
     , tasty                 >=0.10.1.2 && <1.6
-    , tasty-quickcheck      >=0.8.3.2  && <0.11
+    , tasty-quickcheck      >=0.8.3.2  && <0.12
 
   if impl(ghc >=8.0 && <9.4)
     build-depends: data-array-byte
