summaryrefslogtreecommitdiff
path: root/hakyll.cabal
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 /hakyll.cabal
parentaa5b25fc1f6cd34b0a802ae7d2f9ccb718287064 (diff)
downloadhakyll-ffa6b0e410fd042b431317bd97247f2890f44151.tar.gz
Bump warp upper bound to 3.4
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 1d49f99..b1eaacb 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -199,7 +199,7 @@ Library
If flag(previewServer)
Build-depends:
wai >= 3.2 && < 3.3,
- warp >= 3.2 && < 3.3,
+ warp >= 3.2 && < 3.4,
wai-app-static >= 3.1 && < 3.2,
http-types >= 0.9 && < 0.13,
fsnotify >= 0.2 && < 0.4