This commit is contained in:
Julian Ospald 2020-04-29 19:17:59 +02:00
parent 0ff7ebb1fd
commit 34b9ea7d20
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ ghci-$(ghc --numeric-version) --version
if [ "${OS}" = "DARWIN" ] ; then
eghcup install 8.4.4
else # test wget a bit
eghcup install --downloader=wget 8.4.4
eghcup --downloader=wget install 8.4.4
fi
[ "$(ghc --numeric-version)" = "${ghc_ver}" ]
eghcup set 8.4.4