summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorVeronika Romashkina <vrom911@gmail.com>2020-02-26 10:49:03 +0000
committerGitHub <noreply@github.com>2020-02-26 11:49:03 +0100
commitd2ee5b2b0eb2afb970ab8d4feed84434dc8236e0 (patch)
tree56a3be8e658dfc134259c61314cca00964f692d8 /stack.yaml
parent7b924e7d6b98db7de64fa8fc5cae14a3ea35965c (diff)
downloadhakyll-d2ee5b2b0eb2afb970ab8d4feed84434dc8236e0.tar.gz
Support GHC-8.8
Add MonadFail instances and constraints.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml12
1 files changed, 3 insertions, 9 deletions
diff --git a/stack.yaml b/stack.yaml
index f8a83a4..36891d2 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-13.29
+resolver: lts-15.0
save-hackage-creds: false
flags:
@@ -23,11 +23,5 @@ build:
haddock-deps: false
extra-deps:
-- 'cmark-gfm-0.2.0'
-- 'hslua-module-system-0.2.1'
-- 'ipynb-0.1'
-- 'lrucache-1.2.0.1'
-- 'pandoc-2.7.3'
-- 'pandoc-citeproc-0.16.2'
-- 'skylighting-0.8.2'
-- 'skylighting-core-0.8.2'
+- 'http2-1.6.5'
+- 'warp-3.2.28'