Skip to content

Commit

Permalink
upgrade cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
codygman committed Sep 6, 2024
1 parent 881a453 commit 341caa8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ RUN \

# Install Cabal.

# consider tyring to update to 3.12.1.0, can we upgrade that far? it's just a user app right?
# maybe Cabal is builtin?

ARG CABAL_VERSION=3.10.2.1
ARG CABAL_VERSION=3.12.1.0
RUN \
set -o errexit -o xtrace; \
if test -n "$CABAL_VERSION"; then \
Expand Down

0 comments on commit 341caa8

Please sign in to comment.