From b5e9c2a7a644409c4ba9fb6bb429e9c9524cfb01 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Wed, 4 Nov 2020 11:15:48 -0800 Subject: [PATCH] Use citeproc 0.1.1. --- cabal.project | 2 +- pandoc.cabal | 2 +- stack.yaml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cabal.project b/cabal.project index 21ee08194..bd103c8d8 100644 --- a/cabal.project +++ b/cabal.project @@ -7,5 +7,5 @@ package pandoc source-repository-package type: git location: https://github.com/jgm/citeproc - tag: 1860f189e9995c1dc27a68893bedfbf8de1ee67f + tag: 0.1.1 diff --git a/pandoc.cabal b/pandoc.cabal index a3ea5408d..517cbaf33 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -404,7 +404,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.1.0.3 && < 0.2, + citeproc >= 0.1.1 && < 0.2, commonmark >= 0.1.1 && < 0.2, commonmark-extensions >= 0.2.0.2 && < 0.3, commonmark-pandoc >= 0.2 && < 0.3, diff --git a/stack.yaml b/stack.yaml index 5a1df2212..26c22e7a2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,8 +22,7 @@ extra-deps: - commonmark-0.1.1 - commonmark-extensions-0.2.0.2 - commonmark-pandoc-0.2.0.1 -- git: https://github.com/jgm/citeproc - commit: 1860f189e9995c1dc27a68893bedfbf8de1ee67f +- citeproc-0.1.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules