summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-04-11 21:22:11 +0200
committerGitHub <noreply@github.com>2020-04-11 21:22:11 +0200
commitffa6b0e410fd042b431317bd97247f2890f44151 (patch)
tree956d1ac6f7c646e72c23953b333e4a2e22a12a2e /stack.yaml
parentaa5b25fc1f6cd34b0a802ae7d2f9ccb718287064 (diff)
downloadhakyll-ffa6b0e410fd042b431317bd97247f2890f44151.tar.gz
Bump warp upper bound to 3.4
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/stack.yaml b/stack.yaml
index f45f08e..fff5623 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-15.0
+resolver: lts-15.6
save-hackage-creds: false
flags:
@@ -24,5 +24,4 @@ build:
extra-deps:
- 'lrucache-1.2.0.1'
-- 'http2-1.6.5'
-- 'warp-3.2.28'
+- 'warp-3.3.9'