diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-09-28 22:02:54 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-28 22:02:54 -0700 |
| commit | a56654a83c1d66a6f3c61b05a30f561e8b9f5a02 (patch) | |
| tree | d7170a2c926facb4ac019a6d19d014c510f6bb23 | |
| parent | c40d61ce1b755e677bd2ce48e5efc920e7f0c132 (diff) | |
Use released commonmark-extensions.
| -rw-r--r-- | cabal.project | 6 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 4 |
3 files changed, 2 insertions, 10 deletions
diff --git a/cabal.project b/cabal.project index 4ca0cb7e0..8249d668d 100644 --- a/cabal.project +++ b/cabal.project @@ -8,12 +8,6 @@ constraints: aeson >= 2.0.1.0, source-repository-package type: git - location: https://github.com/jgm/commonmark-hs - tag: 4f4fbe277044de0724dd0828a45311ab1413e30b - subdir: commonmark-extensions - -source-repository-package - type: git location: https://github.com/quarto-dev/gridtables tag: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 diff --git a/pandoc.cabal b/pandoc.cabal index 4a3e8873f..e96aa6664 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -476,7 +476,7 @@ library case-insensitive >= 1.2 && < 1.3, citeproc >= 0.8.0.1 && < 0.9, commonmark >= 0.2.2 && < 0.3, - commonmark-extensions >= 0.2.3.1 && < 0.3, + commonmark-extensions >= 0.2.3.3 && < 0.3, commonmark-pandoc >= 0.2.1.2 && < 0.3, connection >= 0.3.1, containers >= 0.6.0.1 && < 0.7, diff --git a/stack.yaml b/stack.yaml index 5fcbf8bca..2c97f3be9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,9 +27,7 @@ extra-deps: - doclayout-0.4 - doctemplates-0.10.0.2 - citeproc-0.8.0.1 -- git: https://github.com/jgm/commonmark-hs - commit: 4f4fbe277044de0724dd0828a45311ab1413e30b - subdirs: [commonmark-extensions] +- commonmark-extensions-0.2.3.3 - git: https://github.com/quarto-dev/gridtables commit: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 - git: https://github.com/jgm/texmath |
