From d97246a5b312d0d1b94cbc687adaaa021cac8a86 Mon Sep 17 00:00:00 2001 From: Divam Date: Fri, 31 May 2024 13:41:26 +0900 Subject: [PATCH] Fix build with -tui flag --- ghcup.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup.cabal b/ghcup.cabal index a9e5279c..a0b6e4d9 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -400,7 +400,6 @@ executable ghcup build-depends: , ghcup , ghcup-optparse - , ghcup-tui if flag(internal-downloader) cpp-options: -DINTERNAL_DOWNLOADER @@ -410,6 +409,7 @@ executable ghcup other-modules: BrickMain build-depends: , brick ^>=2.1 + , ghcup-tui , vty ^>=6.0 || ^>=6.1 || ^>=6.2 if os(windows)