diff options
| author | Albert Krewinkel <[email protected]> | 2023-01-12 22:17:45 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-01-12 22:21:39 +0100 |
| commit | 28fa37e554aaf795a2b61eb08ed8081f4576f547 (patch) | |
| tree | 4f50e0c6ddfa6600b4485d35f42bdf07ef219569 | |
| parent | 42f5cb83eb0fa09ea307334e6c5d5a9a95f6b196 (diff) | |
CI: test with GHC 9.2.5 and 9.4.4
| -rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 5 | ||||
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 3 | ||||
| -rw-r--r-- | pandoc-server/pandoc-server.cabal | 3 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
5 files changed, 10 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af405d7b8..f402ef745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 22a01f939..149d598d9 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -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 diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 8aca57162..0f27907fb 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -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. 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 - diff --git a/pandoc.cabal b/pandoc.cabal index ff07eae3a..03dbd6ac7 100644 --- a/pandoc.cabal +++ b/pandoc.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: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup format to another. The formats it can handle include |
