X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=ffb851af370888a5ce82bd306e6a8ec4d65282fa;hb=3d9f14e3d376b069169a13ffba59211e4838134e;hp=186753029c1202266c46c56b60789c6ec2f7a81b;hpb=83f521b928a6c952dba54061dde684869ca5c669;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 1867530..ffb851a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,18 +17,19 @@ 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: Run tests + - name: Test run: | export PATH=$PATH:$HOME/.cabal/bin - echo $PATH - which hie cabal test