aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-12-11 09:00:51 -0800
committerJohn MacFarlane <[email protected]>2024-12-11 09:00:51 -0800
commitb0b8f1ff6966c7d285d3cdcdb7eea6e97b06a763 (patch)
tree5205c2597e4bb6fd54a5898e4a502aca25fc94d0
parentf6d617cb88468e45a312c73482c4f181b9958ebe (diff)
Depend on citeproc 0.8.1.2.
-rw-r--r--cabal.project4
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml3
3 files changed, 2 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project
index 084b2eb2e..b8aa1c18e 100644
--- a/cabal.project
+++ b/cabal.project
@@ -11,7 +11,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
-- TODO also update skylighting before release
-source-repository-package
- type: git
- location: https://github.com/jgm/citeproc.git
- tag: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56
diff --git a/pandoc.cabal b/pandoc.cabal
index cf96a3d59..4ae03932e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -489,7 +489,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.8.1.1 && < 0.9,
+ citeproc >= 0.8.1.2 && < 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 848782be1..5114854ed 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,8 +10,7 @@ packages:
- 'pandoc-server'
extra-deps:
- tls-2.1.5
-- git: https://github.com/jgm/citeproc.git
- commit: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56
+- citeproc-0.8.1.2
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules