From 0300d8f2cc82a1993cabb92af514c1739f747f90 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 5 Nov 2023 17:20:29 +0800 Subject: [PATCH] Bump for brick windows --- ghcup.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index e97d9bb..c8dd8cc 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -238,7 +238,7 @@ library if (flag(tui) && !os(windows)) cpp-options: -DBRICK - build-depends: vty ^>=5.39 + build-depends: vty ^>=6.0 library ghcup-optparse import: app-common-depends @@ -324,10 +324,10 @@ executable ghcup cpp-options: -DBRICK other-modules: BrickMain build-depends: - , brick ^>=1.5 + , brick ^>=2.1 , transformers ^>=0.5 , unix ^>=2.7 - , vty ^>=5.39 + , vty ^>=6.0 if os(windows) cpp-options: -DIS_WINDOWS