X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.download-hie.sh;fp=.download-hie.sh;h=c12667e14294b2458c37174d3f747d7854f605c7;hp=0000000000000000000000000000000000000000;hb=36d977fb0b9b368c477b0d8c8fdc59059849dc53;hpb=69a057e422fb7c1dfa88738f523d972003778c7b diff --git a/.download-hie.sh b/.download-hie.sh new file mode 100644 index 0000000..c12667e --- /dev/null +++ b/.download-hie.sh @@ -0,0 +1,5 @@ +#!/bin/sh +case `hie --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