summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Petersen <juhpetersen@gmail.com>2016-08-31 13:51:21 +0900
committerGitHub <noreply@github.com>2016-08-31 13:51:21 +0900
commit0efdb16a62c53c4fc2e14e9a52f56df13f52d62f (patch)
tree74f2cd32a0e8fa84074b63641997fc306d81592f
parent89cb416ea321a3ab4a92cb26efa505b8fb1fd205 (diff)
downloadhakyll-0efdb16a62c53c4fc2e14e9a52f56df13f52d62f.tar.gz
prettyPrintParseException was introduced in yaml-0.8.11
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`.
-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)