From ced5b7abfcade8a92bffdd3af9a944410bc595ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:15:25 +0000 Subject: [PATCH] ci: Regenerate haskell-ci --- .github/workflows/haskell-ci-hackage.patch | 2 +- .github/workflows/haskell-ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/haskell-ci-hackage.patch b/.github/workflows/haskell-ci-hackage.patch index 4164486c..a27d8d65 100644 --- a/.github/workflows/haskell-ci-hackage.patch +++ b/.github/workflows/haskell-ci-hackage.patch @@ -38,7 +38,7 @@ set in GitHub repository secrets. linux: name: Haskell-CI - Linux - ${{ matrix.compiler }} @@ -33,6 +40,7 @@ - compilerVersion: 9.8.1 + compilerVersion: 9.8.2 setup-method: ghcup allow-failure: false + upload: true diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 2d6313e8..6a698cb9 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -8,9 +8,9 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.17.20240109 +# version: 0.18.1 # -# REGENDATA ("0.17.20240109",["github","cabal.project"]) +# REGENDATA ("0.18.1",["github","cabal.project"]) # name: Haskell-CI on: @@ -35,9 +35,9 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.8.1 + - compiler: ghc-9.8.2 compilerKind: ghc - compilerVersion: 9.8.1 + compilerVersion: 9.8.2 setup-method: ghcup allow-failure: false upload: true