From 28fa37e554aaf795a2b61eb08ed8081f4576f547 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 12 Jan 2023 22:17:45 +0100 Subject: CI: test with GHC 9.2.5 and 9.4.4 --- pandoc-server/pandoc-server.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pandoc-server') diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal index feafe856d..5779d1413 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -12,7 +12,7 @@ stability: alpha homepage: https://pandoc.org category: Text tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, - GHC == 9.2.3 + GHC == 9.2.5, GHC == 9.4.4 synopsis: Pandoc document conversion as an HTTP servant-server description: Pandoc-server provides pandoc's document conversion functions in an HTTP server. @@ -68,4 +68,3 @@ library exposed-modules: Text.Pandoc.Server buildable: True - -- cgit v1.2.3