We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eca78c commit de96c4aCopy full SHA for de96c4a
install.sh
@@ -9,7 +9,7 @@ else
9
echo "Haskell stack not found."
10
echo "Installing Haskell stack to."
11
curl -sSL https://get.haskellstack.org/ | sh
12
- if [[ -x "$install_path/stack" ]]; then
+ if command -v stack &> /dev/null ; then
13
echo "Haskell stack installation successful."
14
else
15
echo "Haskell stack installation unsuccessful."
0 commit comments