From 3d9f14e3d376b069169a13ffba59211e4838134e Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sat, 19 Oct 2019 00:49:44 +0100 Subject: [PATCH] Use hie-bios --- .github/workflows/haskell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index cd8a95d..ffb851a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,8 +17,9 @@ jobs: - name: Install HIE run: | pushd $HOME - git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules + git clone https://github.com/mpickering/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