From d9f8bfdd5d0ec66dca9035c2bcf53ea295b44565 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 3 Feb 2019 14:14:18 +0100 Subject: Bump dependencies - Bump pandoc to 2.6 - Bump pandoc-citeproc to 0.16 --- hakyll.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 4a89148..8ea4b91 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -228,8 +228,8 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.0.5 && < 2.6, - pandoc-citeproc >= 0.14 && < 0.16 + pandoc >= 2.0.5 && < 2.7, + pandoc-citeproc >= 0.14 && < 0.17 Cpp-options: -DUSE_PANDOC @@ -322,4 +322,4 @@ Executable hakyll-website base >= 4 && < 5, directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5, - pandoc >= 2.0.5 && < 2.6 + pandoc >= 2.0.5 && < 2.7 -- cgit v1.2.3