From: Luke Lau Date: Tue, 12 Nov 2019 22:10:11 +0000 (+0000) Subject: Install Cabal library X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=d0957b1bb20206a72daf042b62d8d31acb58f6ec Install Cabal library --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 76e1cbc..e027500 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -47,6 +47,7 @@ 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 - name: Build