diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-25 21:42:32 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-25 21:43:16 -0700 |
| commit | d8ec5c4b752c3fd09f0c5abdd7f1f5097835a6de (patch) | |
| tree | 66ab8e32afc55d8fe76ae8450eff980fb648884b /pandoc.cabal | |
| parent | 22996abf69dce81fb01e37e6a17ffa9fa0ff37ab (diff) | |
Depend on latest releases of texmath, doclayout
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
