aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-19 23:12:29 +0200
committerJohn MacFarlane <[email protected]>2025-10-19 23:12:29 +0200
commit263b058d70df5a51f3a7d45ff509b8211bbf5c62 (patch)
treecc1efc83539aee735c463e5f63883092b24bf46d
parent77d0bf6df3b184b5f614956b87d551f3dc30db98 (diff)
Use released citeproc 0.11.
-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 b706b1454..bcda8d505 100644
--- a/cabal.project
+++ b/cabal.project
@@ -8,8 +8,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
skylighting-format-context >= 0.1.0.2,
-- for now (commercialhaskell/stackage#7545):
data-default-class <= 0.2, data-default <= 0.8
-
-source-repository-package
- type: git
- location: https://github.com/jgm/citeproc.git
- tag: 4bb4c209fb1dd3fa6f6aaa5bfe76022059c0affa
diff --git a/pandoc.cabal b/pandoc.cabal
index 2e2c4e065..714ac2fc6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -503,7 +503,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.10 && < 0.11,
+ citeproc >= 0.11 && < 0.12,
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 d3679d994..46c9a1eeb 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -17,8 +17,7 @@ extra-deps:
- skylighting-0.14.7
- djot-0.1.2.3
- texmath-0.13.0.1
-- git: https://github.com/jgm/citeproc.git
- commit: 4bb4c209fb1dd3fa6f6aaa5bfe76022059c0affa
+- citeproc-0.11
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-24.9