From db5e4084fe2395ad38d8e3e5fc41fe03f3ec99c1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Sep 2021 09:06:33 +0200 Subject: [PATCH] Fix unnecessary /usr/bin/ghc symlink (#4095) --- images/linux/scripts/installers/haskell.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/images/linux/scripts/installers/haskell.sh b/images/linux/scripts/installers/haskell.sh index 08c016cbd..574052dc7 100644 --- a/images/linux/scripts/installers/haskell.sh +++ b/images/linux/scripts/installers/haskell.sh @@ -44,7 +44,6 @@ ghcup install cabal chmod -R 777 $GHCUP_INSTALL_BASE_PREFIX/.ghcup ln -s $GHCUP_INSTALL_BASE_PREFIX/.ghcup /etc/skel/.ghcup -ln -s "/opt/ghc/$defaultGHCVersion/bin/ghc" "/usr/bin/ghc" # Install the latest stable release of haskell stack curl -sSL https://get.haskellstack.org/ | sh