X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.download-hie.sh;h=f762066b6d1c0e77a20254491272a6065c800b43;hp=c12667e14294b2458c37174d3f747d7854f605c7;hb=aea35bb55dbc3a1791bbe5cc39d8d16fd35aaddd;hpb=e7b69115e8be01d9eecac37d35e4f17f584abb5d diff --git a/.download-hie.sh b/.download-hie.sh index c12667e..f762066 100644 --- a/.download-hie.sh +++ b/.download-hie.sh @@ -1,5 +1,5 @@ #!/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