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