diff --git a/compactmap.cabal b/compactmap.cabal
--- a/compactmap.cabal
+++ b/compactmap.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                compactmap
-version:             0.1.4.4
+version:             0.1.4.5
 synopsis:            A read-only memory-efficient key-value store.
 description:         A read-only key-value store that uses a sorted vector internally
 license:             BSD3
@@ -14,7 +14,7 @@
 build-type:          Simple
 -- extra-source-files:  
 cabal-version:       >=1.10
-Tested-With:         GHC == 8.0.2, GHC == 8.2.2, GHC == 9.4.4, GHC == 9.6.1
+Tested-With:         GHC == 9.8.3 || ==9.6.6 || ==9.10.1
 
 source-repository head
   type: git
@@ -34,7 +34,7 @@
   hs-source-dirs: tests
   type:           exitcode-stdio-1.0
   ghc-options:    -Wall -rtsopts -threaded
-  build-depends:  base, compactmap, containers < 0.7, hspec < 2.12, QuickCheck < 2.16
+  build-depends:  base, compactmap, containers, hspec < 2.12, QuickCheck < 2.16
   main-is:        tests.hs
   default-language: Haskell2010
 
