Skip to content

Commit 3bd64fa

Browse files
committed
Support ghc 9.12
1 parent 8cc5572 commit 3bd64fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ tests: True
66

77
-- Show full test output
88
test-show-details: direct
9+
10+
allow-newer:
11+
, *:base

vector-algorithms.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ build-type: Simple
1818
extra-source-files: CHANGELOG.md
1919

2020
tested-with:
21+
GHC == 9.12.0
2122
GHC == 9.10.1
22-
GHC == 9.8.1
23+
GHC == 9.8.2
2324
GHC == 9.6.3
2425
GHC == 9.4.7
2526
GHC == 9.2.8
@@ -30,7 +31,6 @@ tested-with:
3031
GHC == 8.4.4
3132
GHC == 8.2.2
3233
GHC == 8.0.2
33-
GHC == 7.10.3
3434

3535
flag BoundsChecks
3636
description: Enable bounds checking

0 commit comments

Comments
 (0)