X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=ffb851af370888a5ce82bd306e6a8ec4d65282fa;hb=3d9f14e3d376b069169a13ffba59211e4838134e;hp=e4cdf76e2a374e073f0bf41cd65a654514df1c8f;hpb=0980bdc3a13cc183ef4de6a00820d386c498d7f7;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e4cdf76..ffb851a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,13 +17,16 @@ 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 hoogle generate popd + - name: Install JS Language Server + run: npm install javascript-typescript-langserver - name: Build run: cabal build - name: Test