From 1753199539c4bce25921214f2bbebe6c9d1179b9 Mon Sep 17 00:00:00 2001 From: Divam Date: Fri, 31 May 2024 13:41:45 +0900 Subject: [PATCH] minor fix/cleanup INTERNAL_DOWNLOADER, and BRICK are not used in ghcup-tui --- ghcup.cabal | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index a0b6e4d9..c779b122 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -365,11 +365,8 @@ library ghcup-tui , brick ^>=2.1 , vty ^>=6.0 || ^>=6.1 || ^>=6.2 - if flag(internal-downloader) - cpp-options: -DINTERNAL_DOWNLOADER - - if flag(tui) - cpp-options: -DBRICK + if !flag(tui) + buildable: False if os(windows) cpp-options: -DIS_WINDOWS