diff options
| author | John MacFarlane <[email protected]> | 2024-02-27 22:06:58 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-27 22:06:58 -0800 |
| commit | e9254673282f1e8fd251624008292cd381bbdd4c (patch) | |
| tree | d275a76bbbd2f870b6f37213c78e273a8e6775bc | |
| parent | 8c9e1dbe0c7ae2674b757481b36572bafea2c2c1 (diff) | |
Use commonmark-extensions 0.2.5.3
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index da9930ada..06e1b5a5c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -478,7 +478,7 @@ library case-insensitive >= 1.2 && < 1.3, citeproc >= 0.8.1 && < 0.9, commonmark >= 0.2.5.1 && < 0.3, - commonmark-extensions >= 0.2.5.2 && < 0.3, + commonmark-extensions >= 0.2.5.3 && < 0.3, commonmark-pandoc >= 0.2.2.1 && < 0.3, containers >= 0.6.0.1 && < 0.8, crypton-connection >= 0.3.1 && < 0.4, diff --git a/stack.yaml b/stack.yaml index 7694f3ee7..c48f6733c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,7 +11,7 @@ packages: extra-deps: - lpeg-1.1.0 - commonmark-0.2.5.1 -- commonmark-extensions-0.2.5.2 +- commonmark-extensions-0.2.5.3 - commonmark-pandoc-0.2.2.1 - typst-0.5.0.1 - tls-2.0.1 |
