diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-09 10:16:42 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-09 10:16:42 -0800 |
| commit | c132122128930ef6605bb5d87f132d8b6ffe1237 (patch) | |
| tree | 910b45fc557f9a5f6b0bb4ea2a9b3d934b2e01d1 | |
| parent | fdc0e86802ce7dafddabb7275bd6e6c1ab67ea1e (diff) | |
cabal - update tested-with.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 51641e6d5..21f9519b1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -12,7 +12,7 @@ stability: alpha homepage: https://pandoc.org category: Text tested-with: GHC == 8.10.7, GHC == 9.0.2, - GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.1 + GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3 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 |
