Skip to content

Commit df2ca44

Browse files
committed
Preliminary 9.14 support
Curently using ghc-9.14.0.20250819
1 parent 8adaf07 commit df2ca44

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

cabal.project

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ tests: True
77
-- Show full test output
88
test-show-details: direct
99

10-
allow-newer:
11-
, *:base
10+
if impl (ghc >= 9.14)
11+
allow-newer:
12+
, deepseq:base
13+
, primitive:base
14+
, splitmix:base
15+
, tagged:template-haskell
16+
, vector:base
17+
, vector-stream:base

0 commit comments

Comments
 (0)