aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-23 10:46:02 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-23 10:46:02 +0200
commitadbaaeaf9b8153568de3d9426e3bce968b583235 (patch)
treee870236b2bb7527a88f39c500e502aaec291e979 /pandoc.cabal
parent9149155fda27558ac992026edab6ecfc153d7e09 (diff)
downloadpandoc-adbaaeaf9b8153568de3d9426e3bce968b583235.tar.gz
Raise lower bound for yaml library.
Closes #4726.
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 42a31570c..107ef32b4 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.8.2 && < 0.9,
+ yaml >= 0.8.10.1 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
hslua >= 0.9.5 && < 0.9.6,