Upgrade to ghcup 0.1.17.4

remotes/mxxun/master
Taylor Fausak 2021-11-29 12:21:18 +00:00 committed by GitHub
parent 9e12a36a4f
commit 6151ba5825
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN \
apt-get update && \
apt-get install --assume-yes curl gcc git libgmp-dev libtinfo-dev make sudo
ARG GHCUP_VERSION=0.1.17.3
ARG GHCUP_VERSION=0.1.17.4
RUN \
curl --output /usr/local/bin/ghcup "https://downloads.haskell.org/~ghcup/$GHCUP_VERSION/x86_64-linux-ghcup-$GHCUP_VERSION" && \
chmod +x /usr/local/bin/ghcup && \