Skip to content

Commit a21f5d7

Browse files
committed
Preliminary support for ghc-9.14
Currently using ghc-9.14.0.20250908.
1 parent a29244e commit a21f5d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
packages: .
22
tests/
33

4-
if impl (ghc >= 9.12)
4+
if impl (ghc >= 9.14)
55
allow-newer:
6+
, tagged:template-haskell
7+
, primitive:base
68
, splitmix:base

0 commit comments

Comments
 (0)