From aee9a6f4bfd64b1a70b5eb4d66e77e5874a62df9 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 9 May 2019 11:13:02 +0200 Subject: Bump pandoc to 2.7 --- hakyll.cabal | 4 ++-- stack.yaml | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 7324a54..ce7ae23 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -228,7 +228,7 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.0.5 && < 2.7, + pandoc >= 2.0.5 && < 2.8, 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.7 + pandoc >= 2.0.5 && < 2.8 diff --git a/stack.yaml b/stack.yaml index 935267c..0746527 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,7 +23,10 @@ build: haddock-deps: false extra-deps: -- 'lrucache-1.2.0.1' -- 'pandoc-2.6' -- 'pandoc-citeproc-0.16' - 'ipynb-0.1' +- 'lrucache-1.2.0.1' +- 'pandoc-2.7' +- 'pandoc-citeproc-0.16.2' +- 'skylighting-0.7.7' +- 'skylighting-core-0.7.7' +- 'texmath-0.11.2.2' -- cgit v1.2.3