From b0f89786aa64b31e635ec8bbe6a3a4f085c8abda Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sat, 12 Feb 2022 21:36:51 +0100 Subject: [PATCH] Bump Haskell-CI from GHC 9.0.1 to 9.0.2 --- .github/workflows/haskell-ci.yml | 10 +++++----- HsYAML.cabal | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index b6e8f48..60ee686 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.13.20211116 +# version: 0.14.1 # -# REGENDATA ("0.13.20211116",["github","HsYAML.cabal"]) +# REGENDATA ("0.14.1",["github","HsYAML.cabal"]) # name: Haskell-CI on: @@ -33,10 +33,10 @@ jobs: compilerVersion: 9.2.1 setup-method: ghcup allow-failure: false - - compiler: ghc-9.0.1 + - compiler: ghc-9.0.2 compilerKind: ghc - compilerVersion: 9.0.1 - setup-method: hvr-ppa + compilerVersion: 9.0.2 + setup-method: ghcup allow-failure: false - compiler: ghc-8.10.7 compilerKind: ghc diff --git a/HsYAML.cabal b/HsYAML.cabal index 094e0b8..f5c0bf5 100644 --- a/HsYAML.cabal +++ b/HsYAML.cabal @@ -17,7 +17,7 @@ category: Text build-type: Simple tested-with: GHC == 9.2.1 - GHC == 9.0.1 + GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 GHC == 8.6.5