We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a5768 commit 8cc5572Copy full SHA for 8cc5572
vector-algorithms.cabal
@@ -18,6 +18,7 @@ build-type: Simple
18
extra-source-files: CHANGELOG.md
19
20
tested-with:
21
+ GHC == 9.10.1
22
GHC == 9.8.1
23
GHC == 9.6.3
24
GHC == 9.4.7
@@ -160,7 +161,7 @@ test-suite properties
160
161
base >= 4.9,
162
bytestring,
163
containers,
- QuickCheck > 2.9 && < 2.15,
164
+ QuickCheck > 2.9 && < 2.16,
165
vector,
166
vector-algorithms
167
0 commit comments