From: Luke Lau Date: Sun, 3 Nov 2019 21:11:54 +0000 (+0000) Subject: Go back to using hie master X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=ebfabfaac2438f69625b72d9867a21bec489181d Go back to using hie master --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 907b3bf..9dabd90 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,9 +17,8 @@ jobs: - name: Install HIE run: | pushd $HOME - git clone https://github.com/mpickering/haskell-ide-engine --recurse-submodules + git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules cd haskell-ide-engine - git checkout hie-bios cabal install hie cabal install hoogle export PATH=$PATH:$HOME/.cabal/bin