summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-09-30 14:04:33 +0200
committerGitHub <noreply@github.com>2020-09-30 14:04:33 +0200
commitf24c5873ed5bb091f0ce5ebdf4df7ab160e87c75 (patch)
tree092b2ba35781a2e6b16d9c0bb3ec498b61f4ca3d /stack.yaml
parenteead94fde4278ccf78728eec1d5a99c99d40c32b (diff)
downloadhakyll-f24c5873ed5bb091f0ce5ebdf4df7ab160e87c75.tar.gz
Bump template-haskell and pandoc versions
* Bumped bound for pandoc and add Binary-instances for new constructors that were added to pandoc-types * Support most recent template-haskell release * Set lower bound of pandoc to version 2.10 * Update CI configuration * Bump QuickCheck upper bound to 2.15 Co-authored-by: OC4 <oc4@protonmail.com>
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml
index c3958dd..49c9f69 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-15.6
+resolver: lts-16.9
save-hackage-creds: false
flags:
@@ -22,4 +22,11 @@ build:
haddock-hyperlink-source: true
haddock-deps: false
-extra-deps: []
+extra-deps:
+- 'commonmark-0.1.0.2'
+- 'commonmark-extensions-0.2.0.1'
+- 'commonmark-pandoc-0.2.0.1'
+- 'hslua-1.1.2'
+- 'jira-wiki-markup-1.3.2'
+- 'pandoc-2.10.1'
+- 'pandoc-types-1.21'