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