We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc5572 commit 92c67a6Copy full SHA for 92c67a6
cabal.project
@@ -6,3 +6,6 @@ tests: True
6
7
-- Show full test output
8
test-show-details: direct
9
+
10
+allow-newer:
11
+ , *:base
vector-algorithms.cabal
@@ -19,7 +19,7 @@ extra-source-files: CHANGELOG.md
19
20
tested-with:
21
GHC == 9.10.1
22
- GHC == 9.8.1
+ GHC == 9.8.2
23
GHC == 9.6.3
24
GHC == 9.4.7
25
GHC == 9.2.8
@@ -30,7 +30,6 @@ tested-with:
30
GHC == 8.4.4
31
GHC == 8.2.2
32
GHC == 8.0.2
33
- GHC == 7.10.3
34
35
flag BoundsChecks
36
description: Enable bounds checking
0 commit comments