diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-08 14:33:17 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-08 14:33:17 -0800 |
commit | ef5dcae211476f55415bb7b7c96f6c3ff8da2249 (patch) | |
tree | 85b116def3b5369ecee640427551a84212eb6283 | |
parent | afd0d7eb90f1f272c06b9b37a4ea1ee9e2780f5a (diff) | |
download | pandoc-ef5dcae211476f55415bb7b7c96f6c3ff8da2249.tar.gz |
Require texmath >= 0.6.0.2.
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index a54e7dd25..5c6eb07c1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -203,7 +203,7 @@ Library old-locale >= 1 && < 1.1, time >= 1.2 && < 1.5, HTTP >= 4000.0.5 && < 4000.3, - texmath >= 0.6 && < 0.7, + texmath >= 0.6.0.2 && < 0.7, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, @@ -301,7 +301,7 @@ Executable pandoc old-locale >= 1 && < 1.1, time >= 1.2 && < 1.5, HTTP >= 4000.0.5 && < 4000.3, - texmath >= 0.6 && < 0.7, + texmath >= 0.6.0.2 && < 0.7, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, @@ -359,7 +359,7 @@ Executable test-pandoc old-locale >= 1 && < 1.1, time >= 1.2 && < 1.5, HTTP >= 4000.0.5 && < 4000.3, - texmath >= 0.6 && < 0.7, + texmath >= 0.6.0.2 && < 0.7, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, |