Skip to content

Commit 8cc5572

Browse files
committed
Minor cabal file tweaks
1 parent f1a5768 commit 8cc5572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: vector-algorithms.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build-type: Simple
1818
extra-source-files: CHANGELOG.md
1919

2020
tested-with:
21+
GHC == 9.10.1
2122
GHC == 9.8.1
2223
GHC == 9.6.3
2324
GHC == 9.4.7
@@ -160,7 +161,7 @@ test-suite properties
160161
base >= 4.9,
161162
bytestring,
162163
containers,
163-
QuickCheck > 2.9 && < 2.15,
164+
QuickCheck > 2.9 && < 2.16,
164165
vector,
165166
vector-algorithms
166167

0 commit comments

Comments
 (0)