summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-24 10:56:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-24 10:56:19 -0700
commitd2464de2af7f5bf6c5843b7035651228089f8746 (patch)
tree33b45e82b09ed44013483233c507e874c9274a1e /pandoc.cabal
parent7f414f3e4d61d8e43afe7fd823be63994924e161 (diff)
Use texmath 0.8.6.5. Closes #3040.
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 9599f4f80..3565e4dd8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -263,7 +263,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.8.6.4 && < 0.9,
+ texmath >= 0.8.6.5 && < 0.9,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,