From 486a1bac25ab33550b8873fe08bc8f34ab3da4e8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 10 Oct 2023 10:26:35 +0800 Subject: [PATCH] Fix segfault in TUI when hitting enter early Fixes #887 --- ghcup.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index ede28c6..26bef37 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -236,7 +236,7 @@ library if (flag(tui) && !os(windows)) cpp-options: -DBRICK - build-depends: vty ^>=5.37 + build-depends: vty ^>=5.39 library ghcup-optparse import: app-common-depends @@ -325,7 +325,7 @@ executable ghcup , brick ^>=1.5 , transformers ^>=0.5 , unix ^>=2.7 - , vty ^>=5.37 + , vty ^>=5.39 if os(windows) cpp-options: -DIS_WINDOWS