From ada160db3ad32d3b82ce5cb69f91e24a915500f0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 Dec 2025 15:06:17 +0800 Subject: [PATCH] hledger-ui: allow vty-crossplatform 0.5 --- hledger-ui/hledger-ui.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 1e4c9c7ce..abfc5cd04 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -100,7 +100,7 @@ library , transformers , vector , vty >=6.1 && <6.6 - , vty-crossplatform >=0.4.0.0 && <0.5.0.0 + , vty-crossplatform >=0.4.0.0 && <0.6 default-language: GHC2021 if (flag(debug)) cpp-options: -DDEBUG