From c5de54cf0f4672e857b8da6c36af73a7b87aae6a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 30 Sep 2025 15:55:05 +1000 Subject: [PATCH] Preliminary support for ghc-9.14 Currently using ghc-9.14.0.20250908. --- cabal.project | 10 +++++++++- vty.cabal | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 317e5718..69635d3e 100644 --- a/cabal.project +++ b/cabal.project @@ -1,6 +1,14 @@ packages: . tests/ -if impl (ghc >= 9.12) +tests: True + +test-show-details: direct + +if impl (ghc >= 9.14) allow-newer: + , directory:time + , primitive:base , splitmix:base + , tagged:template-haskell + , test-framework:time diff --git a/vty.cabal b/vty.cabal index 13f13a7a..4cda0dde 100644 --- a/vty.cabal +++ b/vty.cabal @@ -51,7 +51,8 @@ library utf8-string >= 0.3 && < 1.1, vector >= 0.7, binary, - parsec, + -- Earlier versions have an identifier clash with mtl. + parsec >= 3.1.18, filepath, directory