From a09ca446fb6cf52dbf4325b97a541d66aca4da9d Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Sat, 1 Apr 2023 15:37:47 +0200 Subject: [PATCH] cabal: Update tested GHC versions This syncs the cabal file with the reality of our CI. --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad.cabal b/xmonad.cabal index 716064e3..097421e2 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.3 +tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.7 || == 9.4.4 || == 9.6.1 category: System homepage: http://xmonad.org bug-reports: https://github.com/xmonad/xmonad/issues