summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-08-03 10:44:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-08-03 10:44:12 -0700
commit47796aa89e1ccb38d41552aa2bfa64e1d9f5f1f4 (patch)
tree72816b3a126c6f4deba9f57db4d719769d119aa3
parent473c3f22ecf78358950f40693dd81020905024d8 (diff)
Use latest released versions of citeproc, texmath.
-rw-r--r--cabal.project9
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml6
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