X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.download-hie.sh;h=f762066b6d1c0e77a20254491272a6065c800b43;hb=aea35bb55dbc3a1791bbe5cc39d8d16fd35aaddd;hp=c12667e14294b2458c37174d3f747d7854f605c7;hpb=36d977fb0b9b368c477b0d8c8fdc59059849dc53;p=lsp-test.git 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