aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-02-09 00:06:29 -0800
committerJohn MacFarlane <[email protected]>2025-02-09 00:06:29 -0800
commit7f2f2b677e52e42c07e930227fd30db75345b9f2 (patch)
treec2655a3251717f7dd987c46a2beaf1e271b7bfd6
parent8971c3a63352c24ed7f97f84a61504745d228203 (diff)
Use released citeproc 0.8.1.3
-rw-r--r--cabal.project5
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml3
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project
index 96ced3d8d..f42b6eebc 100644
--- a/cabal.project
+++ b/cabal.project
@@ -11,11 +11,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
source-repository-package
type: git
- location: https://github.com/jgm/citeproc.git
- tag: 9cdcdde4a2fa91421dcbbd3febb23096a744c600
-
-source-repository-package
- type: git
location: https://github.com/jgm/commonmark-hs.git
tag: 99af4b26ac9fdd3580278204c37252c81305a7f4
subdir: commonmark-extensions
diff --git a/pandoc.cabal b/pandoc.cabal
index e2436aa7e..2dee12607 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -492,7 +492,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.8.1.2 && < 0.9,
+ citeproc >= 0.8.1.3 && < 0.9,
commonmark >= 0.2.6.1 && < 0.3,
commonmark-extensions >= 0.2.5.6 && < 0.3,
commonmark-pandoc >= 0.2.2.3 && < 0.3,
diff --git a/stack.yaml b/stack.yaml
index 9ff69a6a5..572d9c58a 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -15,8 +15,7 @@ extra-deps:
- skylighting-format-typst-0.1
- texmath-0.12.8.13
- typst-0.6.2
-- git: https://github.com/jgm/citeproc.git
- commit: 9cdcdde4a2fa91421dcbbd3febb23096a744c600
+- citeproc-0.8.1.3
- git: https://github.com/jgm/commonmark-hs.git
commit: 99af4b26ac9fdd3580278204c37252c81305a7f4
subdirs: [commonmark-extensions, commonmark-pandoc]