Skip to content

Commit

Permalink
Fix build with -tui flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordivam authored and lsmor committed Jun 13, 2024
1 parent fe4466a commit d97246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ executable ghcup
build-depends:
, ghcup
, ghcup-optparse
, ghcup-tui

if flag(internal-downloader)
cpp-options: -DINTERNAL_DOWNLOADER
Expand All @@ -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)
Expand Down

0 comments on commit d97246a

Please sign in to comment.