diff options
| author | John MacFarlane <[email protected]> | 2025-11-30 16:58:20 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-30 16:58:20 +0100 |
| commit | 564e275008c08aec23a37b6918677ef1a1caf3e6 (patch) | |
| tree | 185bc232a5dbaeec3dea52661fb078239b9e74d6 | |
| parent | fc07b06851eac5c70557de101d8044494e9a2bc4 (diff) | |
Use released citeproc 0.12.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index 38e782fec..d7420ad85 100644 --- a/cabal.project +++ b/cabal.project @@ -9,11 +9,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git - location: https://github.com/jgm/citeproc.git - tag: 0c062ce77056176d5901963c554053199b6592d5 - -source-repository-package - type: git location: https://github.com/jgm/typst-hs.git tag: 49996ca5c9dffd9ced5c5887f392908100595f28 diff --git a/pandoc.cabal b/pandoc.cabal index 8841fb8dd..a377c2110 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -514,7 +514,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.11 && < 0.12, + citeproc >= 0.12 && < 0.13, commonmark >= 0.2.6.1 && < 0.3, commonmark-extensions >= 0.2.6 && < 0.3, commonmark-pandoc >= 0.2.3 && < 0.3, diff --git a/stack.yaml b/stack.yaml index 597cebffd..8d2c3b950 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,8 +14,7 @@ extra-deps: - hslua-objectorientation-2.4.0 - hslua-packaging-2.3.2 - typst-symbols-0.1.9.1 -- git: https://github.com/jgm/citeproc.git - commit: 0c062ce77056176d5901963c554053199b6592d5 +- citeproc-0.12 - git: https://github.com/jgm/typst-hs.git commit: 49996ca5c9dffd9ced5c5887f392908100595f28 - git: https://github.com/jgm/texmath.git |
