From 0bd43c072fbffed7b7b71355347813698fcc9ad9 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 27 Nov 2022 17:37:40 +0000 Subject: [PATCH] ci: Update to GHC 9.4.3 --- .github/workflows/haskell-ci.yml | 4 ++-- xmonad-contrib.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index c66477a8..9e7f8482 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -35,9 +35,9 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.4.2 + - compiler: ghc-9.4.3 compilerKind: ghc - compilerVersion: 9.4.2 + compilerVersion: 9.4.3 setup-method: ghcup allow-failure: false - compiler: ghc-9.2.5 diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index fd06ab82..ac7fb541 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -38,7 +38,7 @@ cabal-version: 1.12 build-type: Simple bug-reports: https://github.com/xmonad/xmonad-contrib/issues -tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.2 +tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.3 source-repository head type: git