aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-03 23:26:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-03 23:26:37 -0700
commit25f24af0688c846b8b3193c42592cd651923ea9f (patch)
treeb487df2a44ef730fdc3eee3d58e48d5b3452a99f /pandoc.cabal
parenta41015b929b09a7d6b77df9b57671335346681af (diff)
downloadpandoc-25f24af0688c846b8b3193c42592cd651923ea9f.tar.gz
Use texmath 0.10.
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 2742aeb22..b8e207458 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -310,7 +310,7 @@ library
safe >= 0.3 && < 0.4,
zip-archive >= 0.2.3.4 && < 0.4,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.9.4.1 && < 0.10,
+ texmath >= 0.10 && < 0.11,
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,