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 +++--- stack.yaml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) 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 diff --git a/stack.yaml b/stack.yaml index ac53686..935267c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,3 +24,6 @@ build: extra-deps: - 'lrucache-1.2.0.1' +- 'pandoc-2.6' +- 'pandoc-citeproc-0.16' +- 'ipynb-0.1' -- cgit v1.2.3