From: Luke Lau Date: Tue, 7 Aug 2018 15:33:58 +0000 (+0100) Subject: Set permissions of hie X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=6ff0c8ba66e02efd3b69ccf83772b1e80ea17b19 Set permissions of hie --- diff --git a/.download-hie.sh b/.download-hie.sh index f762066..a502b16 100644 --- a/.download-hie.sh +++ b/.download-hie.sh @@ -3,3 +3,4 @@ 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 +chmod u+x hie diff --git a/.gitignore b/.gitignore index 21a6195..b057681 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ example/.ghc.environment.* # used for rerunning failed hspec tests .hspec-failures + +# downloaded by .download-hie.sh on travis +hie