aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@inbox.ru>2018-06-24 12:09:07 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-24 13:09:07 +0200
commitdda38823482c1c803771c88d93e15e4fa7a65ece (patch)
tree87eb65e39c9b881b667399d3112021453bdf4004
parentee84687d25a0d6cabc932660cf4a094693b289b7 (diff)
downloadpandoc-dda38823482c1c803771c88d93e15e4fa7a65ece.tar.gz
pandoc.cabal: fix lower yaml bound up to 0.8.11 (#4727)
`prettyPrintParseException` was added to yaml-0.8.11. Reported-by: Tom Gillespie Bug: https://github.com/jgm/pandoc/issues/4726 Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/725 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 107ef32b4..6d8060553 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -374,7 +374,7 @@ library
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
- yaml >= 0.8.10.1 && < 0.9,
+ yaml >= 0.8.11 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
hslua >= 0.9.5 && < 0.9.6,