From 47796aa89e1ccb38d41552aa2bfa64e1d9f5f1f4 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Wed, 3 Aug 2022 10:44:12 -0700 Subject: [PATCH] Use latest released versions of citeproc, texmath. --- cabal.project | 9 --------- pandoc.cabal | 4 ++-- stack.yaml | 6 ++---- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/cabal.project b/cabal.project index 0b669c8b7..b0606c372 100644 --- a/cabal.project +++ b/cabal.project @@ -3,12 +3,3 @@ tests: True flags: +embed_data_files constraints: aeson >= 2.0.1.0 -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: c884291bc6ee0ac7fc28d180d248c3e3c7d6fc62 - -source-repository-package - type: git - location: https://github.com/jgm/citeproc - tag: 647c5d292bbb6d9a8d683bcae0ba129c65086901 diff --git a/pandoc.cabal b/pandoc.cabal index 25476cef6..a09bbac52 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -476,7 +476,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.8 && < 0.9, + citeproc >= 0.8.0.1 && < 0.9, commonmark >= 0.2.2 && < 0.3, commonmark-extensions >= 0.2.3.1 && < 0.3, commonmark-pandoc >= 0.2.1.2 && < 0.3, @@ -522,7 +522,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.5 && < 0.12.6, + texmath >= 0.12.5.1 && < 0.12.6, text >= 1.1.1.0 && < 2.1, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, diff --git a/stack.yaml b/stack.yaml index 9ccc36455..875174251 100644 --- a/stack.yaml +++ b/stack.yaml @@ -39,10 +39,8 @@ extra-deps: - commonmark-extensions-0.2.3.1 - doclayout-0.4 - doctemplates-0.10.0.2 -- git: https://github.com/jgm/citeproc - commit: 647c5d292bbb6d9a8d683bcae0ba129c65086901 -- git: https://github.com/jgm/texmath - commit: c884291bc6ee0ac7fc28d180d248c3e3c7d6fc62 +- citeproc-0.8.0.1 +- texmath-0.12.5.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules