From 30103efbc844ba822a9f6a97735521eec0550ad8 Mon Sep 17 00:00:00 2001 From: Tomas Janousek <tomi@nomi.cz> 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.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 1b54726..3bbd15a 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.cabal b/xmonad.cabal index 3943666..74c63bc 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -27,7 +27,7 @@ author: Spencer Janssen, Don Stewart, Adam Vogt, David Roundy, Jason Ondřej Súkup, Paul Hebble, Shachaf Ben-Kiki, Siim Põder, Tim McIver, Trevor Elliott, Wouter Swierstra, Conrad Irwin, Tim Thelion, Tony Zorman maintainer: xmonad@haskell.org -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 category: System homepage: http://xmonad.org bug-reports: https://github.com/xmonad/xmonad/issues