Skip to content

Commit 490a2fb

Browse files
committed
Preliminary support for ghc-9.14
1 parent 5a96aaa commit 490a2fb

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

cabal.project

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

10-
if impl (ghc >= 9.12)
10+
if impl (ghc >= 9.14)
1111
allow-newer:
12-
, attoparsec:ghc-prim
12+
, async:base
1313
, boring:base
1414
, hashable:base
15+
, hashable:ghc-bignum
16+
, hashable:containers
17+
, hedgehog:time
1518
, hedgehog:template-haskell
19+
, hsc2hs:base
20+
, hsc2hs:process
1621
, integer-logarithms:base
17-
, integer-logarithms:ghc-prim
22+
, integer-logarithms:ghc-bignum
23+
, lifted-async:base
24+
, primitive:base
25+
, process:base
1826
, scientific:base
27+
, scientific:containers
1928
, scientific:template-haskell
20-
, text:bytestring
21-
, text:ghc-prim
29+
, tagged:template-haskell
30+
, terminal-size:base
31+
, unix:time

0 commit comments

Comments
 (0)