CI: test with GHC 9.2.5 and 9.4.4

This commit is contained in:
Albert Krewinkel
2023-01-12 22:21:39 +01:00
parent 42f5cb83eb
commit 28fa37e554
5 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -62,16 +62,16 @@ jobs:
cabal: 'latest'
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
- ghc: '9.2.3'
- ghc: '9.2.5'
cabal: 'latest'
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
- ghc: '9.4.2'
- ghc: '9.4.4'
cabal: 'latest'
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
- ghc: '9.4.2'
- ghc: '9.4.4'
cabal: 'latest'
cabalopts: '--allow-newer --constrain "mtl >= 2.3.1"'
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
+3 -2
View File
@@ -12,9 +12,10 @@ 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: Conversion between documentation formats
description: Pandoc-cli provides a command-line executable that uses the pandoc library to convert between markup formats.
description: Pandoc-cli provides a command-line executable that uses the
pandoc library to convert between markup formats.
-- data-files:
-- extra-source-files:
source-repository head
+2 -1
View File
@@ -14,7 +14,8 @@ 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: Lua engine to power custom pandoc conversions
description: This package provides a pandoc scripting engine based on
Lua.
+1 -2
View File
@@ -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
+1 -1
View File
@@ -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: Conversion between markup formats
description: Pandoc is a Haskell library for converting from one markup
format to another. The formats it can handle include