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 3bd64faCopy full SHA for 3bd64fa
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
@@ -18,8 +18,9 @@ build-type: Simple
18
extra-source-files: CHANGELOG.md
19
20
tested-with:
21
+ GHC == 9.12.0
22
GHC == 9.10.1
- GHC == 9.8.1
23
+ GHC == 9.8.2
24
GHC == 9.6.3
25
GHC == 9.4.7
26
GHC == 9.2.8
@@ -30,7 +31,6 @@ tested-with:
30
31
GHC == 8.4.4
32
GHC == 8.2.2
33
GHC == 8.0.2
- GHC == 7.10.3
34
35
flag BoundsChecks
36
description: Enable bounds checking
0 commit comments