summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal4
-rw-r--r--stack.yaml9
2 files changed, 8 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index ac111ec..211c303 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -227,7 +227,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.0.5 && < 2.2,
+ pandoc >= 2.0.5 && < 2.3,
pandoc-citeproc >= 0.14 && < 0.15
Cpp-options:
-DUSE_PANDOC
@@ -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.2
+ pandoc >= 2.0.5 && < 2.3
diff --git a/stack.yaml b/stack.yaml
index 2c6e536..2a99e11 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-11.0
+resolver: lts-11.5
extra-package-dbs: []
flags:
@@ -12,8 +12,6 @@ flags:
packages:
- '.'
-extra-deps: []
-
nix:
enable: false
packages:
@@ -23,3 +21,8 @@ build:
haddock: true
haddock-hyperlink-source: true
haddock-deps: false
+
+extra-deps:
+- 'pandoc-2.2'
+- 'pandoc-types-1.17.4.2'
+- 'pandoc-citeproc-0.14.3.1'