diff options
| -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 a74317e01..3ddedcf78 100644 --- a/cabal.project +++ b/cabal.project @@ -13,11 +13,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git - location: https://github.com/jgm/citeproc.git - tag: ffdbab67951e9aa1a660fd0632cebb49dc902033 - -source-repository-package - type: git location: https://github.com/jgm/texmath.git tag: 76c6d8356aa971b075cb887487e2157260edafc0 diff --git a/pandoc.cabal b/pandoc.cabal index 62d1321e4..5c485eaf0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -497,7 +497,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.9.0.1 && < 0.10, + citeproc >= 0.10 && < 0.11, 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 d8481ebcb..ce4ebadfd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,8 +21,7 @@ extra-deps: - skylighting-format-typst-0.1 - typst-symbols-0.1.8.1 - doclayout-0.5.0.1 -- git: https://github.com/jgm/citeproc.git - commit: ffdbab67951e9aa1a660fd0632cebb49dc902033 +- citeproc-0.10 - git: https://github.com/jgm/texmath.git commit: 76c6d8356aa971b075cb887487e2157260edafc0 - git: https://github.com/jgm/typst-hs.git |
