From: Luke Lau Date: Thu, 4 Jul 2019 00:19:11 +0000 (+0100) Subject: Update hie in CI X-Git-Tag: 0.6.0.0~1 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=0102080bad195b79186614e031221c77128852a1 Update hie in CI --- diff --git a/.travis.yml b/.travis.yml index 2666b25..48ba592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ before_install: - git init - git remote add origin https://github.com/haskell/haskell-ide-engine.git - git pull origin master -- git checkout abdb097f39e135deaf321a604c95f16cbda32678 +- git checkout 0f697c8919747effca54be8a9b494896aea7d947 - git submodule update --init - cabal v2-update - |