From: Luke Lau Date: Tue, 7 Aug 2018 14:36:00 +0000 (+0100) Subject: Fix stupid typo X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=aea35bb55dbc3a1791bbe5cc39d8d16fd35aaddd Fix stupid typo --- 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