Skip to content

Commit bf08e23

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cabal.project

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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+
-- cabal-allow-newer
8+
if impl (ghc >= 9.14)
9+
allow-newer:
10+
, primitive:base
611
, splitmix:base

0 commit comments

Comments
 (0)