From ac3ad6ab81f69d69cc5866267e6028db6b30c387 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Tue, 13 Aug 2024 11:22:12 -0700 Subject: [PATCH] Update the GHC tested-with versions --- bot/irc-core-bot.cabal | 2 +- glirc.cabal | 2 +- hookup/hookup.cabal | 2 +- lib/irc-core.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/irc-core-bot.cabal b/bot/irc-core-bot.cabal index 7a722e7f..736cb4a2 100644 --- a/bot/irc-core-bot.cabal +++ b/bot/irc-core-bot.cabal @@ -16,7 +16,7 @@ copyright: 2016,2020 Eric Mertens category: Network build-type: Simple extra-doc-files: ChangeLog.md -tested-with: GHC == 9.0.2, GHC == 9.4.7, GHC == 9.8.1 +tested-with: GHC == 9.0.2, GHC == 9.4.8, GHC == 9.8.2 executable irc-core-bot main-is: Main.hs diff --git a/glirc.cabal b/glirc.cabal index 69f619cc..b034afa6 100644 --- a/glirc.cabal +++ b/glirc.cabal @@ -19,7 +19,7 @@ extra-source-files: exec/linux_exported_symbols.txt extra-doc-files: glirc.1 ChangeLog.md README.md doc/*.adoc homepage: https://github.com/glguy/irc-core bug-reports: https://github.com/glguy/irc-core/issues -tested-with: GHC == 9.0.2, GHC == 9.4.7, GHC == 9.8.1 +tested-with: GHC == 9.0.2, GHC == 9.4.8, GHC == 9.8.2 custom-setup setup-depends: base >=4.12 && <4.21, diff --git a/hookup/hookup.cabal b/hookup/hookup.cabal index 8dc83ce1..8df733c9 100644 --- a/hookup/hookup.cabal +++ b/hookup/hookup.cabal @@ -14,7 +14,7 @@ build-type: Simple extra-doc-files: ChangeLog.md homepage: https://github.com/glguy/irc-core bug-reports: https://github.com/glguy/irc-core/issues -tested-with: GHC == 9.0.2, GHC == 9.4.7, GHC == 9.8.1 +tested-with: GHC == 9.0.2, GHC == 9.4.8, GHC == 9.8.2 source-repository head diff --git a/lib/irc-core.cabal b/lib/irc-core.cabal index 8b882a60..6484e608 100644 --- a/lib/irc-core.cabal +++ b/lib/irc-core.cabal @@ -15,7 +15,7 @@ build-type: Simple extra-doc-files: ChangeLog.md homepage: https://github.com/glguy/irc-core bug-reports: https://github.com/glguy/irc-core/issues -tested-with: GHC == 9.0.2, GHC == 9.4.7, GHC == 9.8.1 +tested-with: GHC == 9.0.2, GHC == 9.4.8, GHC == 9.8.2 source-repository head type: git