diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2013-08-05 18:41:33 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2013-08-05 18:41:33 -0700 | 
| commit | b1be9cfaef10f907e3439d4fa91b63b3402b233f (patch) | |
| tree | 4ec420033d9ae2c6fc953296bac6802d8e674d67 | |
| parent | dbdb9109c5509b25da4486caec6535e36560a96e (diff) | |
| download | pandoc-b1be9cfaef10f907e3439d4fa91b63b3402b233f.tar.gz | |
Require latest version of texmath.
Closes #935.
| -rw-r--r-- | pandoc.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pandoc.cabal b/pandoc.cabal index 7f12a44ae..3dc400d40 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -246,7 +246,7 @@ Library                   old-locale >= 1 && < 1.1,                   time >= 1.2 && < 1.5,                   HTTP >= 4000.0.5 && < 4000.3, -                 texmath >= 0.6.1.5 && < 0.7, +                 texmath >= 0.6.3 && < 0.7,                   xml >= 1.3.12 && < 1.4,                   random >= 1 && < 1.1,                   extensible-exceptions >= 0.1 && < 0.2, | 
