From: Luke Lau Date: Thu, 26 Nov 2020 14:46:01 +0000 (+0000) Subject: Update setup-haskell X-Git-Tag: 0.13.0.0~7^2 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=6efe5549544a507cbb4928d6714d908a2881d36c Update setup-haskell --- 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'