summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-22 11:44:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-22 11:45:32 -0700
commitb06d6c1ff8fb5ed50accc2519a84b29f613d1a37 (patch)
tree3ef5fec8dc7cb43a9cfa36fb1be709506e753f3b /pandoc.cabal
parent175cc2d44dab936e9245fbeb9cc30478359a97c7 (diff)
Update texmath lower bound.
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 5620182f8..496600ac7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -260,7 +260,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.8.6.2 && < 0.9,
+ texmath >= 0.8.6.4 && < 0.9,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,