diff --git a/packages/dev-haskell/ghcup/ghcup-0.1.5.exheres-0 b/packages/dev-haskell/ghcup/ghcup-0.1.10.exheres-0 similarity index 72% rename from packages/dev-haskell/ghcup/ghcup-0.1.5.exheres-0 rename to packages/dev-haskell/ghcup/ghcup-0.1.10.exheres-0 index 3382521..984534b 100644 --- a/packages/dev-haskell/ghcup/ghcup-0.1.5.exheres-0 +++ b/packages/dev-haskell/ghcup/ghcup-0.1.10.exheres-0 @@ -16,8 +16,10 @@ MYOPTIONS=" " DEPENDENCIES=" - run: - net-misc/curl + recommendation: + net-misc/curl [[ description = [ GHCup uses curl by default for downloads ] ]] + suggestion: + net-misc/wget [[ description = [ GHCup can use wget instead of curl ] ]] " BUGS_TO="hasufell@posteo.de" @@ -25,7 +27,7 @@ BUGS_TO="hasufell@posteo.de" WORK=${WORKBASE} src_unpack() { - edo mv "${FETCHEDDIR}/${ARCHIVES}" ghcup + edo cp "${FETCHEDDIR}/${ARCHIVES}" ghcup } src_install() {