aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-06-03 11:42:06 -0700
committerJohn MacFarlane <[email protected]>2025-06-03 11:42:06 -0700
commite007758c8c4e4b5b8c29e92731d98d0f7ff8a8cd (patch)
treebc266eee206860425862f894ef7c54dd629d0cb8
parentadd83e81698a3468b4fde02f3af3c42d5c56f790 (diff)
Use latest citeproc.
-rw-r--r--cabal.project5
-rw-r--r--stack.yaml3
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index bcda8d505..f389ab474 100644
--- a/cabal.project
+++ b/cabal.project
@@ -8,3 +8,8 @@ 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: 157c7815f06e4e6771740a4eb8df97568626a8fe
diff --git a/stack.yaml b/stack.yaml
index 7e8e224d5..f403e9c22 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -14,9 +14,10 @@ extra-deps:
- skylighting-0.14.6
- skylighting-format-typst-0.1
- typst-symbols-0.1.8.1
-- citeproc-0.9.0.1
- texmath-0.12.10.3
- typst-0.8.0.1
+- git: https://github.com/jgm/citeproc.git
+ commit: 157c7815f06e4e6771740a4eb8df97568626a8fe
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-23.22