Fix stupid typo
authorLuke Lau <luke_lau@icloud.com>
Tue, 7 Aug 2018 14:36:00 +0000 (15:36 +0100)
committerLuke Lau <luke_lau@icloud.com>
Tue, 7 Aug 2018 14:36:00 +0000 (15:36 +0100)
.download-hie.sh

index c12667e14294b2458c37174d3f747d7854f605c7..f762066b6d1c0e77a20254491272a6065c800b43 100644 (file)
@@ -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