From ec4fafd0e5a8459d09a75b7d1a11412ed20ff446 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 14 Jul 2018 03:23:06 +0800 Subject: Allow yaml 0.9 Builds fine and all tests pass. --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 32c43cc..8991794 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -187,7 +187,7 @@ Library time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.13, - yaml >= 0.8.11 && < 0.9, + yaml >= 0.8.11 && < 0.10, optparse-applicative >= 0.12 && < 0.15, file-embed >= 0.0.10.1 && < 0.0.11 @@ -270,7 +270,7 @@ Test-suite hakyll-tests filepath >= 1.0 && < 1.5, text >= 0.11 && < 1.3, unordered-containers >= 0.2 && < 0.3, - yaml >= 0.8.11 && < 0.9 + yaml >= 0.8.11 && < 0.10 If flag(previewServer) Cpp-options: -- cgit v1.2.3