diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-01 17:04:03 -0700 |
---|---|---|
committer | mb21 <mb21@users.noreply.github.com> | 2015-07-27 21:53:09 +0200 |
commit | b08330be8694f1feab97bb5207c1959c9fe9274f (patch) | |
tree | 22358efb5abc6e1907edd363a65fe36500a2a259 | |
parent | 5df099957e0ed252a4d36161fc6c4ce7b18f528b (diff) | |
download | pandoc-b08330be8694f1feab97bb5207c1959c9fe9274f.tar.gz |
Require pandoc-types >= 1.14
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d2bbff0c2..a2e7ee9bc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -257,7 +257,7 @@ Library xml >= 1.3.12 && < 1.4, random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, - pandoc-types >= 1.12.4 && < 1.13, + pandoc-types >= 1.14 && < 1.15, aeson >= 0.7 && < 0.10, tagsoup >= 0.13.1 && < 0.14, base64-bytestring >= 0.1 && < 1.1, @@ -399,7 +399,7 @@ Library Executable pandoc Build-Depends: pandoc, - pandoc-types >= 1.12.4 && < 1.13, + pandoc-types >= 1.14 && < 1.15, base >= 4.2 && <5, directory >= 1 && < 1.3, filepath >= 1.1 && < 1.5, @@ -446,7 +446,7 @@ Test-Suite test-pandoc Build-Depends: base >= 4.2 && < 5, syb >= 0.1 && < 0.6, pandoc, - pandoc-types >= 1.12.4 && < 1.13, + pandoc-types >= 1.14 && < 1.15, bytestring >= 0.9 && < 0.11, text >= 0.11 && < 1.3, directory >= 1 && < 1.3, |