From 61fdedef29355637e75a80a9591ce2ff85793317 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Sat, 2 Apr 2022 12:03:26 +0200 Subject: [PATCH] ci: bump Cabal from 3.2 to 3.4 --- .github/workflows/ci.dhall | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.dhall b/.github/workflows/ci.dhall index ecb3d3f..cc4837a 100644 --- a/.github/workflows/ci.dhall +++ b/.github/workflows/ci.dhall @@ -9,7 +9,7 @@ in haskellCi.generalCi , haskellCi.GHC.GHC884 , haskellCi.GHC.GHC865 ] - , cabal = [ haskellCi.Cabal.Cabal32 ] + , cabal = [ haskellCi.Cabal.Cabal34 ] } ) // { on = [ haskellCi.Event.push diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1210682..6cbaba7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: strategy: matrix: cabal: - - '3.2' + - '3.4' ghc: - '9.0.2' - '8.10.7'