Enable libarchive wrt #147

This commit is contained in:
Julian Ospald 2021-06-13 20:26:39 +02:00
parent 9636276c17
commit dfb6c09133
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
2 changed files with 3 additions and 5 deletions

View File

@ -76,8 +76,6 @@ else
rm -rf "${GHCUP_INSTALL_BASE_PREFIX}"/.ghcup rm -rf "${GHCUP_INSTALL_BASE_PREFIX}"/.ghcup
fi fi
which ghcup
### manual cli based testing ### manual cli based testing

View File

@ -157,7 +157,7 @@ library
, io-streams >=1.5.2.1 , io-streams >=1.5.2.1
, terminal-progress-bar >=0.4.1 , terminal-progress-bar >=0.4.1
if (flag(tar) || os(windows)) if flag(tar)
cpp-options: -DTAR cpp-options: -DTAR
build-depends: tar build-depends: tar
@ -243,7 +243,7 @@ executable ghcup
if os(windows) if os(windows)
cpp-options: -DIS_WINDOWS cpp-options: -DIS_WINDOWS
if (flag(tar) || os(windows)) if flag(tar)
cpp-options: -DTAR cpp-options: -DTAR
else else
@ -297,7 +297,7 @@ executable ghcup-gen
, versions ^>=4.0.1 , versions ^>=4.0.1
, yaml ^>=0.11.4.0 , yaml ^>=0.11.4.0
if (flag(tar) || os(windows)) if flag(tar)
cpp-options: -DTAR cpp-options: -DTAR
build-depends: tar build-depends: tar