summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-25 21:42:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-25 21:43:16 -0700
commitd8ec5c4b752c3fd09f0c5abdd7f1f5097835a6de (patch)
tree66ab8e32afc55d8fe76ae8450eff980fb648884b
parent22996abf69dce81fb01e37e6a17ffa9fa0ff37ab (diff)
Depend on latest releases of texmath, doclayout
-rw-r--r--cabal.project4
-rw-r--r--pandoc.cabal4
2 files changed, 2 insertions, 6 deletions
diff --git a/cabal.project b/cabal.project
index 5f5a8808e..00736f005 100644
--- a/cabal.project
+++ b/cabal.project
@@ -17,7 +17,3 @@ source-repository-package
location: https://github.com/hslua/hslua
tag: c500f19847982e11f3aff1c2077d31e5b109e2bb
subdir: hslua-module-text
-source-repository-package
- type: git
- location: https://github.com/jgm/doclayout
- tag: 3381903404167a9035d756fd90962ac3d7b85960
diff --git a/pandoc.cabal b/pandoc.cabal
index f1ffcc6ae..cc540f542 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -480,7 +480,7 @@ library
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.2.3 && < 1.4,
- doclayout >= 0.4 && < 0.5,
+ doclayout >= 0.4.0.1 && < 0.5,
doctemplates >= 0.11 && < 0.12,
base64 >= 0.4 && < 0.5,
emojis >= 0.1 && < 0.2,
@@ -512,7 +512,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.6 && < 0.13,
+ texmath >= 0.12.7 && < 0.13,
text >= 1.1.1.0 && < 2.1,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,