summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal6
-rw-r--r--stack.yaml3
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'