Make upgrading ghcup in TUI more pleasant

This commit is contained in:
2021-10-30 12:52:11 +02:00
parent 7bb67dd4c6
commit 360daf2a09
2 changed files with 31 additions and 9 deletions

View File

@@ -224,6 +224,7 @@ executable ghcup
, cabal-plan ^>=0.7.2
, containers ^>=0.6
, deepseq ^>=1.4
, directory ^>=1.3.6.0
, filepath ^>=1.4.2.1
, ghcup
, haskus-utils-variant >=3.0 && <3.2
@@ -252,11 +253,13 @@ executable ghcup
build-depends:
, brick ^>=0.64
, transformers ^>=0.5
, unix ^>=2.7
, vector ^>=0.12
, vty >=5.28.2 && <5.34
if os(windows)
cpp-options: -DIS_WINDOWS
if flag(no-exe)
buildable: False