Use hie-bios
authorLuke Lau <luke_lau@icloud.com>
Fri, 18 Oct 2019 23:49:44 +0000 (00:49 +0100)
committerLuke Lau <luke_lau@icloud.com>
Fri, 18 Oct 2019 23:49:44 +0000 (00:49 +0100)
.github/workflows/haskell.yml

index cd8a95da2274745ffc767605f73ddd936bed2469..ffb851af370888a5ce82bd306e6a8ec4d65282fa 100644 (file)
@@ -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