From: Luke Lau Date: Mon, 25 Jan 2021 11:24:28 +0000 (+0000) Subject: Merge pull request #84 from wz1000/progress X-Git-Tag: 0.12.0.0~1 X-Git-Url: https://git.lukelau.me/?a=commitdiff_plain;h=98ff10016bbd4eda3534ba04edcbc6e2ab9fd197;hp=7acc4562785745a116a14b96d64fafb0998075f4;p=lsp-test.git Merge pull request #84 from wz1000/progress Backport "track progress sessions" --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index eca0a18..2fb86aa 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1.1.1 + - uses: actions/setup-haskell@v1.1.4 with: ghc-version: ${{ matrix.ghc }} cabal-version: '3.2'