See if hie is installed correctly
[lsp-test.git] / .download-hie.sh
index c12667e14294b2458c37174d3f747d7854f605c7..a502b1601f020c42786910b553442905fa8c23a0 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/sh
-case `hie --version` in
+case `ghc --version` in
        *8.4.3*) wget https://877-129435383-gh.circle-artifacts.com/0/bin/hie;;
        *8.2.2*) wget https://878-129435383-gh.circle-artifacts.com/0/bin/hie;;
 esac
+chmod u+x hie