summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-02 13:50:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-02 13:50:58 -0700
commit4552555625fd3904189322c81382166a4f4d1de5 (patch)
treeea3540bd4a5d4532bb50c664cfd71df2bc7a177e /pandoc.cabal
parente1cf47efa0029a385c39053c9f441ade29d7a991 (diff)
Require latest texmath. Closes #1319.
This allows `\left` to be used with `]`, `)`, etc.
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 01b3c401a..0fb00b150 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -218,7 +218,7 @@ Library
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
- texmath >= 0.6.6.1 && < 0.7,
+ texmath >= 0.6.6.2 && < 0.7,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,