X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=2fb86aa0d3bce37b3aac1f3e4395dd017edf21c3;hb=6efe5549544a507cbb4928d6714d908a2881d36c;hp=9822af7bb3405772ba37414e81131c51f9bb3659;hpb=ef676138a1f9dc64bc6e9724a772d9fd592b3abc;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 9822af7..2fb86aa 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.4 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