From e8652f22459f5761e115cfd2019349805f59206c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 24 Nov 2018 12:48:00 +0100 Subject: Bump dependencies - Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15 --- hakyll.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index d818e75..040d41b 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.11, + yaml >= 0.8.11 && < 0.12, optparse-applicative >= 0.12 && < 0.15, file-embed >= 0.0.10.1 && < 0.0.12 @@ -227,8 +227,8 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.0.5 && < 2.3, - pandoc-citeproc >= 0.14 && < 0.15 + pandoc >= 2.0.5 && < 2.5, + pandoc-citeproc >= 0.14 && < 0.16 Cpp-options: -DUSE_PANDOC @@ -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.11 + yaml >= 0.8.11 && < 0.12 If flag(previewServer) Cpp-options: @@ -321,4 +321,4 @@ Executable hakyll-website base >= 4 && < 5, directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5, - pandoc >= 2.0.5 && < 2.3 + pandoc >= 2.0.5 && < 2.5 -- cgit v1.2.3