X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=eca0a181afdef2892812f570bbfb8df949716d20;hb=f72d9c66d61a3c55e77dc35226c094d27f131faf;hp=9822af7bb3405772ba37414e81131c51f9bb3659;hpb=ef676138a1f9dc64bc6e9724a772d9fd592b3abc;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 9822af7..eca0a18 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -16,12 +16,11 @@ jobs: ghc: '8.8.3' # fails due to segfault steps: - - uses: actions/checkout@v1 - - uses: actions/setup-haskell@v1.1 + - uses: actions/checkout@v2 + - uses: actions/setup-haskell@v1.1.1 with: ghc-version: ${{ matrix.ghc }} - cabal-version: '3.0' - - run: cabal update + cabal-version: '3.2' - name: Cache Cabal uses: actions/cache@v1.2.0