X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=9dabd901ff6831e7c4a4620460456ee75e6282af;hb=ebfabfaac2438f69625b72d9867a21bec489181d;hp=ffb851af370888a5ce82bd306e6a8ec4d65282fa;hpb=3d9f14e3d376b069169a13ffba59211e4838134e;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index ffb851a..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 @@ -31,5 +30,5 @@ jobs: run: cabal build - name: Test run: | - export PATH=$PATH:$HOME/.cabal/bin + export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) cabal test