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>
This commit is contained in:
parent
ee84687d25
commit
dda3882348
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ library
|
||||||
temporary >= 1.1 && < 1.4,
|
temporary >= 1.1 && < 1.4,
|
||||||
blaze-html >= 0.9 && < 0.10,
|
blaze-html >= 0.9 && < 0.10,
|
||||||
blaze-markup >= 0.8 && < 0.9,
|
blaze-markup >= 0.8 && < 0.9,
|
||||||
yaml >= 0.8.10.1 && < 0.9,
|
yaml >= 0.8.11 && < 0.9,
|
||||||
scientific >= 0.2 && < 0.4,
|
scientific >= 0.2 && < 0.4,
|
||||||
vector >= 0.10 && < 0.13,
|
vector >= 0.10 && < 0.13,
|
||||||
hslua >= 0.9.5 && < 0.9.6,
|
hslua >= 0.9.5 && < 0.9.6,
|
||||||
|
|
Loading…
Add table
Reference in a new issue