aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-11-06 09:26:37 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-11-06 09:26:37 -0800
commitf8b4a9e669f4ff8ad0969b56fe2eaa37790bcdf0 (patch)
tree4f62f0a36c8c3d7a52b6d27368745138204aaf27 /pandoc.cabal
parent6b24b1afca306c9149c285b60ed36f04fae2ece2 (diff)
downloadpandoc-f8b4a9e669f4ff8ad0969b56fe2eaa37790bcdf0.tar.gz
Require texmath >= 0.6.5.2.
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 6486a983f..a4b8ac61b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -215,7 +215,7 @@ Library
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
- texmath >= 0.6.5 && < 0.7,
+ texmath >= 0.6.5.2 && < 0.7,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,