summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-05 18:41:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-05 18:41:33 -0700
commitb1be9cfaef10f907e3439d4fa91b63b3402b233f (patch)
tree4ec420033d9ae2c6fc953296bac6802d8e674d67 /pandoc.cabal
parentdbdb9109c5509b25da4486caec6535e36560a96e (diff)
Require latest version of texmath.
Closes #935.
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 7f12a44ae..3dc400d40 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -246,7 +246,7 @@ Library
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
- texmath >= 0.6.1.5 && < 0.7,
+ texmath >= 0.6.3 && < 0.7,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,