summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-24 16:10:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-24 16:10:13 -0700
commit74250b6c351180cb350150b8069824111193b913 (patch)
tree7c961b4a7d7fcbd95a212e693e4a02ab7802100d /pandoc.cabal
parent6e222ce2252637da77a8d7ab460af4f0ce0841c1 (diff)
Moved most of Text.Pandoc.Readers.TeXMath to texmath 0.6.4.
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 e22908918..ac28ad068 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.3 && < 0.7,
+ texmath >= 0.6.4 && < 0.7,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,