X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=53827ca27f8f334701613b953ff2c10aa8c95053;hb=358ddf1c3f5138c2ddf5f40d6ab543ab6ea75f27;hp=12a735a5209fc20f1d6600fb41bc61a010ecba21;hpb=ef87eb25780e65706b1ec9437a0c1084b4940b9a;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 12a735a..53827ca 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} env: - hieref: 52691a63087ceb585c8bdc2ea04b52df3b2eddf1 + 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