dev-haskell/ghcup: bump to 0.1.10

This commit is contained in:
2020-08-24 21:17:34 +02:00
parent d0201a65c3
commit 4f488d375c

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