Skip to content

Commit

Permalink
build: update cabal version to 3.12.1.0 in dockerfile (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz authored Oct 18, 2024
1 parent 622eafe commit 5c57d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN gpg --batch --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EAF2A9A722

# ghcup:
ARG GHC=9.2.8
ARG CABAL=3.10.1.0
ARG CABAL=3.12.1.0
ENV BOOTSTRAP_HASKELL_NONINTERACTIVE=1
ENV BOOTSTRAP_HASKELL_GHC_VERSION=${GHC}
ENV BOOTSTRAP_HASKELL_CABAL_VERSION=${CABAL}
Expand Down

0 comments on commit 5c57d6c

Please sign in to comment.