From aea35bb55dbc3a1791bbe5cc39d8d16fd35aaddd Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 7 Aug 2018 15:36:00 +0100 Subject: [PATCH] Fix stupid typo --- .download-hie.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2