Skip to content
Snippets Groups Projects

Bump cabal-install to 3.2.0.0

Merged Ben Gamari requested to merge bump-cabal-install into master
Files
2
@@ -49,7 +49,7 @@ RUN curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.
llc --version
# Cabal
ENV CABAL_VERSION 3.0.0.0
ENV CABAL_VERSION 3.2.0.0
RUN curl -L http://home.smart-cactus.org/~ben/ghc/cabal-install-$CABAL_VERSION-aarch64-debian9-linux.tar.xz | tar -Jx && \
mv cabal /usr/local/bin/cabal
Loading