X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.download-hie.sh;h=a502b1601f020c42786910b553442905fa8c23a0;hb=d8140e8547dfefcdc06c5c5870c4d0b7f9a4ec94;hp=c12667e14294b2458c37174d3f747d7854f605c7;hpb=36d977fb0b9b368c477b0d8c8fdc59059849dc53;p=lsp-test.git diff --git a/.download-hie.sh b/.download-hie.sh index c12667e..a502b16 100644 --- a/.download-hie.sh +++ b/.download-hie.sh @@ -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