From ebfabfaac2438f69625b72d9867a21bec489181d Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 3 Nov 2019 21:11:54 +0000 Subject: [PATCH] Go back to using hie master --- .github/workflows/haskell.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2