Try out a wee download hie script
[lsp-test.git] / .download-hie.sh
diff --git a/.download-hie.sh b/.download-hie.sh
new file mode 100644 (file)
index 0000000..c12667e
--- /dev/null
@@ -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