Skip to content

Commit 92c67a6

Browse files
committed
Support ghc 9.12
1 parent 8cc5572 commit 92c67a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extra-source-files: CHANGELOG.md
1919

2020
tested-with:
2121
GHC == 9.10.1
22-
GHC == 9.8.1
22+
GHC == 9.8.2
2323
GHC == 9.6.3
2424
GHC == 9.4.7
2525
GHC == 9.2.8
@@ -30,7 +30,6 @@ tested-with:
3030
GHC == 8.4.4
3131
GHC == 8.2.2
3232
GHC == 8.0.2
33-
GHC == 7.10.3
3433

3534
flag BoundsChecks
3635
description: Enable bounds checking

0 commit comments

Comments
 (0)