From 341caa8d52123084a4e31eeb9e3fa28d5c1ccdb9 Mon Sep 17 00:00:00 2001 From: codygman Date: Fri, 6 Sep 2024 12:16:14 -0500 Subject: [PATCH] upgrade cabal --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f08609..1393f1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \