X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=53827ca27f8f334701613b953ff2c10aa8c95053;hb=358ddf1c3f5138c2ddf5f40d6ab543ab6ea75f27;hp=549005c7cfae3f5e196c62cdb586cf39e1aec8d6;hpb=a61a867b278edc025489298b360340e7ddec05e7;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 549005c..53827ca 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} env: - hieref: 41b9cabcff790da4425ed7fab7cfb618e79bfd04 + hieref: cd0d1eb88334c359b8a220f2aebec703d66012ff strategy: matrix: @@ -49,13 +49,13 @@ jobs: cabal install hoogle hoogle generate popd - # cabal v1-install Cabal --constraint "Cabal == 3.0.0.0" - name: Install JS Language Server - run: npm install javascript-typescript-langserver + run: npm install -g javascript-typescript-langserver - name: Build run: cabal build - name: Test run: | echo $PATH + echo $(npm bin) export PATH=$PATH:$(npm bin) - cabal run lsp-test:test:tests + cabal test