From 0efdb16a62c53c4fc2e14e9a52f56df13f52d62f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 Aug 2016 13:51:21 +0900 Subject: prettyPrintParseException was introduced in yaml-0.8.11 hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`. --- hakyll.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3