From a68fe6949115345bbdeaa59c1334fcef5c018c13 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Jan 2024 22:49:45 -1000 Subject: [PATCH] ;cabal: update cabal files --- 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 107eb4773..f90afd263 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -96,7 +96,7 @@ library , time >=1.5 , transformers , vector - , vty ==6.1.* + , vty >=6.1 && <6.3 , vty-crossplatform >=0.4.0.0 && <0.5.0.0 default-language: Haskell2010 if os(windows)