diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-07-14 03:23:06 +0800 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2018-07-16 10:32:03 +0200 |
commit | ec4fafd0e5a8459d09a75b7d1a11412ed20ff446 (patch) | |
tree | b18dd7a408740352d58515f5c5e10d4b7692f559 | |
parent | ac1b743af779f0a05dd5449d8fda2078db69332e (diff) | |
download | hakyll-ec4fafd0e5a8459d09a75b7d1a11412ed20ff446.tar.gz |
Allow yaml 0.9
Builds fine and all tests pass.
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
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: |