diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 3021902..2715295 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.15.20221009 +# version: 0.15.202211107 # -# REGENDATA ("0.15.20221009",["github","cabal.project"]) +# REGENDATA ("0.15.202211107",["github","cabal.project"]) # name: Haskell-CI on: @@ -40,9 +40,9 @@ jobs: compilerVersion: 9.4.2 setup-method: ghcup allow-failure: false - - compiler: ghc-9.2.4 + - compiler: ghc-9.2.5 compilerKind: ghc - compilerVersion: 9.2.4 + compilerVersion: 9.2.5 setup-method: ghcup allow-failure: false - compiler: ghc-9.0.2 diff --git a/.github/workflows/stack.yml b/.github/workflows/stack.yml index f24b382..e169cd4 100644 --- a/.github/workflows/stack.yml +++ b/.github/workflows/stack.yml @@ -17,6 +17,7 @@ jobs: - resolver: lts-16 # GHC 8.8 - resolver: lts-18 # GHC 8.10 - resolver: lts-19 # GHC 9.0 + - resolver: lts-20 # GHC 9.2 steps: - name: Clone project diff --git a/xmonad.cabal b/xmonad.cabal index e075b65..da24c52 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.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.4 || == 9.4.2 +tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.2 category: System homepage: http://xmonad.org bug-reports: https://github.com/xmonad/xmonad/issues