Fix unnecessary /usr/bin/ghc symlink (#4095)

This commit is contained in:
Julian Ospald
2021-09-16 09:06:33 +02:00
committed by GitHub
parent a380bfdd24
commit db5e4084fe

View File

@@ -44,7 +44,6 @@ ghcup install cabal
chmod -R 777 $GHCUP_INSTALL_BASE_PREFIX/.ghcup chmod -R 777 $GHCUP_INSTALL_BASE_PREFIX/.ghcup
ln -s $GHCUP_INSTALL_BASE_PREFIX/.ghcup /etc/skel/.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 # Install the latest stable release of haskell stack
curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh