From f24c5873ed5bb091f0ce5ebdf4df7ab160e87c75 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 30 Sep 2020 14:04:33 +0200 Subject: 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 --- stack.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'stack.yaml') 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' -- cgit v1.2.3