summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-13 21:20:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-13 21:25:06 -0700
commit693bc5f50f2607cd0d5fbd2ff7328850a6ef7236 (patch)
tree5c4ccd478d5faefe1320a195f2f984ff40e0635c
parent09083637ab74ce1ea240ee7a21460c7e3bd82899 (diff)
Bump texmath lower bound to 0.8.1
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9b1001ace..f52fdd73c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -254,7 +254,7 @@ Library
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.3,
HTTP >= 4000.0.5 && < 4000.3,
- texmath >= 0.8.0.2 && < 0.9,
+ texmath >= 0.8.1 && < 0.9,
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,