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 Mikhail Timofeev
parent d8e24ea484
commit dbb4db9835

View File

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