summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-04-02 13:33:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-04-02 13:33:05 -0700
commitfeb5b039762a2fcbcca1839cccfb6675336e838f (patch)
tree2279b41d17ed6c3b400261a1cea1be438847eba4
parentdec0455725aea8094ef270ec7562aea021f65458 (diff)
Use citeproc 0.7.
-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 22b8ff5a8..8105791f3 100644
--- a/cabal.project
+++ b/cabal.project
@@ -11,11 +11,6 @@ source-repository-package
source-repository-package
type: git
- location: https://github.com/jgm/citeproc.git
- tag: 363a810024b93aa9230eee4fe27b557b39176bcb
-
-source-repository-package
- type: git
location: https://github.com/jgm/commonmark-hs.git
tag: cc815e013f0d87eef3daef8ad9e376ad807b012b
subdir: commonmark
diff --git a/pandoc.cabal b/pandoc.cabal
index b404d886a..42149e3c3 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -472,7 +472,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.6.0.1 && < 0.7,
+ citeproc >= 0.7 && < 0.8,
commonmark >= 0.2.1.1 && < 0.3,
commonmark-extensions >= 0.2.3 && < 0.3,
commonmark-pandoc >= 0.2.1.2 && < 0.3,
diff --git a/stack.yaml b/stack.yaml
index fa4184f64..a1e17cae2 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -36,8 +36,7 @@ extra-deps:
- ipynb-0.2
- pandoc-types-1.22.2
- texmath-0.12.5
-- git: https://github.com/jgm/citeproc.git
- commit: 363a810024b93aa9230eee4fe27b557b39176bcb
+- citeproc-0.7
- git: https://github.com/jgm/doclayout.git
commit: b274a5658f3655f31c0bc6175d5b27a9467c1456
- git: https://github.com/jgm/commonmark-hs.git