aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-10 09:46:32 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-10 09:46:32 +0100
commitc46febaaeef1c203f5bbb88d845ad5554622f609 (patch)
tree18654f772bb8d50d4b9345031b3076e90340ac65 /pandoc.cabal
parenta088d67f0d7212c96f5b59c568f0fc61a1106be4 (diff)
downloadpandoc-c46febaaeef1c203f5bbb88d845ad5554622f609.tar.gz
Expand \newenvironment macros.
Closes #987. Depends on still unreleased texmath 0.9.3.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2f030054a..8a3995fd0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -269,7 +269,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.9 && < 0.10,
+ texmath >= 0.9.3 && < 0.10,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,