diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index dd0b4cc..000e067 100644 --- a/vector-algorithms.cabal +++ b/vector-algorithms.cabal @@ -18,6 +18,7 @@ build-type: Simple extra-source-files: CHANGELOG.md tested-with: + GHC == 9.10.1 GHC == 9.8.1 GHC == 9.6.3 GHC == 9.4.7 @@ -160,7 +161,7 @@ test-suite properties base >= 4.9, bytestring, containers, - QuickCheck > 2.9 && < 2.15, + QuickCheck > 2.9 && < 2.16, vector, vector-algorithms