Skip to content

Commit c5de54c

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

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

cabal.project

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

4-
if impl (ghc >= 9.12)
4+
tests: True
5+
6+
test-show-details: direct
7+
8+
if impl (ghc >= 9.14)
59
allow-newer:
10+
, directory:time
11+
, primitive:base
612
, splitmix:base
13+
, tagged:template-haskell
14+
, test-framework:time

vty.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ library
5151
utf8-string >= 0.3 && < 1.1,
5252
vector >= 0.7,
5353
binary,
54-
parsec,
54+
-- Earlier versions have an identifier clash with mtl.
55+
parsec >= 3.1.18,
5556
filepath,
5657
directory
5758

0 commit comments

Comments
 (0)