Update Haskell tool Stack (#860)

* Update Haskell tool Stack

* Update haskell script to install stack from get.haskellstack.org
This commit is contained in:
Junyoung Clare Jang
2020-05-12 11:48:39 -04:00
committed by GitHub
parent ac5e5e3bbc
commit e750d5df73

View File

@@ -33,8 +33,8 @@ apt-get install -y \
cabal-install-3.0 \
cabal-install-3.2
# Install haskell stack, pinned to v2.1.3
curl -sSL https://raw.githubusercontent.com/commercialhaskell/stack/v2.1.3/etc/scripts/get-stack.sh | sh
# Install the latest stable release of haskell stack
curl -sSL https://get.haskellstack.org/ | sh
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"