mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
CI: test with GHC 9.2.5 and 9.4.4
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user