X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=9dabd901ff6831e7c4a4620460456ee75e6282af;hp=907b3bf765342496bc573bd2685e445f4abb0bfd;hb=ebfabfaac2438f69625b72d9867a21bec489181d;hpb=a262b90b6df2b3aff0fd23019390f83f16d7a75f 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