From 4cd37cce64bec041fc28f2d48e93ac64d807e537 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:13:46 +0100 Subject: [PATCH] [Ubuntu] Install latest but not recomended Cabal (#7316) --- images/linux/scripts/installers/haskell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/haskell.sh b/images/linux/scripts/installers/haskell.sh index 4d0acaf90..fe775e138 100644 --- a/images/linux/scripts/installers/haskell.sh +++ b/images/linux/scripts/installers/haskell.sh @@ -33,7 +33,7 @@ for majorMinorVersion in $minorMajorVersions; do done echo "install cabal..." -ghcup install cabal +ghcup install cabal latest chmod -R 777 $GHCUP_INSTALL_BASE_PREFIX/.ghcup ln -s $GHCUP_INSTALL_BASE_PREFIX/.ghcup /etc/skel/.ghcup