From e6abf3b8ed5c244c295d603050bba06a244a51e2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Nov 2020 21:23:57 -0800 Subject: Use citeproc 0.1.1.1. Closes #6813. --- pandoc.cabal | 2 +- stack.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 5e19a4ebd..68103529a 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.1 && < 0.2, + citeproc >= 0.1.1.1 && < 0.2, commonmark >= 0.1.1.2 && < 0.2, commonmark-extensions >= 0.2.0.4 && < 0.3, commonmark-pandoc >= 0.2 && < 0.3, diff --git a/stack.yaml b/stack.yaml index c83c4c299..6302a0708 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,8 +22,7 @@ extra-deps: - commonmark-0.1.1.2 - commonmark-extensions-0.2.0.4 - commonmark-pandoc-0.2.0.1 -- citeproc-0.1.1 - +- citeproc-0.1.1.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-14.6 -- cgit v1.2.3