dev-haskell/ghcup: bump to 0.1.10

This commit is contained in:
Julian Ospald 2020-08-24 21:17:34 +02:00
parent d0201a65c3
commit 4f488d375c
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 3 deletions

View File

@ -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() {