Go back to using hie master
authorLuke Lau <luke_lau@icloud.com>
Sun, 3 Nov 2019 21:11:54 +0000 (21:11 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sun, 3 Nov 2019 21:11:54 +0000 (21:11 +0000)
.github/workflows/haskell.yml

index 907b3bf765342496bc573bd2685e445f4abb0bfd..9dabd901ff6831e7c4a4620460456ee75e6282af 100644 (file)
@@ -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