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 18:48:39 +03:00
committed by GitHub
parent ac5e5e3bbc
commit e750d5df73
+2 -2
View File
@@ -33,8 +33,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"