summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-08-31 11:11:01 +0200
committerGitHub <noreply@github.com>2016-08-31 11:11:01 +0200
commit761d3473fc72af907f72bd31f6454593a57a1831 (patch)
tree74f2cd32a0e8fa84074b63641997fc306d81592f
parent89cb416ea321a3ab4a92cb26efa505b8fb1fd205 (diff)
parent0efdb16a62c53c4fc2e14e9a52f56df13f52d62f (diff)
downloadhakyll-761d3473fc72af907f72bd31f6454593a57a1831.tar.gz
Merge pull request #469 from juhp/patch-1
prettyPrintParseException was introduced in yaml-0.8.11
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 4966d72..44a09e5 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -268,7 +268,7 @@ Test-suite hakyll-tests
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,
- yaml >= 0.8 && < 0.9,
+ yaml >= 0.8.11 && < 0.9,
optparse-applicative >= 0.12 && < 0.13
If flag(previewServer)