From 4f488d375ce6ac02affcbb7b8c622a1a66bb50ed Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 24 Aug 2020 21:17:34 +0200 Subject: [PATCH] dev-haskell/ghcup: bump to 0.1.10 --- .../{ghcup-0.1.5.exheres-0 => ghcup-0.1.10.exheres-0} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename packages/dev-haskell/ghcup/{ghcup-0.1.5.exheres-0 => ghcup-0.1.10.exheres-0} (72%) 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() {