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 /pandoc-cli | |
| parent | 42f5cb83eb0fa09ea307334e6c5d5a9a95f6b196 (diff) | |
CI: test with GHC 9.2.5 and 9.4.4
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
