This commit is contained in:
2020-04-29 19:17:59 +02:00
parent 0ff7ebb1fd
commit 34b9ea7d20

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