diff options
| author | John MacFarlane <[email protected]> | 2025-12-11 22:01:36 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-11 22:02:16 +0100 |
| commit | 0679d22ae1eb3b3ae784660d611b77dd2b081751 (patch) | |
| tree | dc642b76f071a08157e1377b8b02a0ea3251cd43 /pandoc.cabal | |
| parent | 47ada83bcb74e1007838cc125709539c5663906b (diff) | |
Drop support for ghc < 9.6.
Build nightly and release candidates using ghc 9.12.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 9916f3571..c0cdd745c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -11,9 +11,7 @@ bug-reports: https://github.com/jgm/pandoc/issues 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.3, - GHC == 9.8.2, GHC == 9.10.1 +tested-with: GHC == 9.6.7, GHC == 9.8.4, GHC == 9.10.3, GHC == 9.12.2 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 |
