diff --git a/hw-bits.cabal b/hw-bits.cabal
--- a/hw-bits.cabal
+++ b/hw-bits.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:                   hw-bits
-version:                0.7.2.1
+version:                0.7.2.2
 synopsis:               Bit manipulation
 description:            Please see README.md
 category:               Data, Bit
@@ -13,7 +13,7 @@
 copyright:              2016-2020 John Ky
 license:                BSD-3-Clause
 license-file:           LICENSE
-tested-with:            GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
+tested-with:            GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
 build-type:             Simple
 extra-source-files:     README.md
 
@@ -28,13 +28,13 @@
 
 common base                       { build-depends: base                       >= 4.11       && < 5      }
 
-common bitvec                     { build-depends: bitvec                     >= 1.0        && < 1.1    }
-common bytestring                 { build-depends: bytestring                 >= 0.9        && < 0.11   }
+common bitvec                     { build-depends: bitvec                     >= 1.0        && < 1.2    }
+common bytestring                 { build-depends: bytestring                 >= 0.9        && < 0.12   }
 common criterion                  { build-depends: criterion                  >= 1.2        && < 1.6    }
 common deepseq                    { build-depends: deepseq                    >= 1.4        && < 1.5    }
-common doctest                    { build-depends: doctest                    >= 0.16.2     && < 0.17   }
+common doctest                    { build-depends: doctest                    >= 0.16.2     && < 0.21   }
 common doctest-discover           { build-depends: doctest-discover           >= 0.2        && < 0.3    }
-common hedgehog                   { build-depends: hedgehog                   >= 0.6        && < 1.1    }
+common hedgehog                   { build-depends: hedgehog                   >= 0.6        && < 1.2    }
 common hspec                      { build-depends: hspec                      >= 2.4        && < 3      }
 common hw-hspec-hedgehog          { build-depends: hw-hspec-hedgehog          >= 0.1.0.4    && < 0.2    }
 common hw-int                     { build-depends: hw-int                     >= 0.0.0.1    && < 0.1    }
