summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorArguggi <git@arguggi.co.uk>2016-07-22 12:37:31 +0200
committerArguggi <git@arguggi.co.uk>2016-07-22 12:43:14 +0200
commitc4216c15fcead60be3f49c41a1ee7a2ec94beb42 (patch)
tree904b74d2dfd7e7354040b79b987a705c174351e8 /hakyll.cabal
parent9b8a2257189a9a5a5c9656f8de4773e8e3548501 (diff)
downloadhakyll-c4216c15fcead60be3f49c41a1ee7a2ec94beb42.tar.gz
Switch preview server from Snap to Warp
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index f46aaa3..1a1818a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -177,8 +177,10 @@ Library
If flag(previewServer)
Build-depends:
- snap-core >= 0.6 && < 0.10,
- snap-server >= 0.6 && < 0.10,
+ wai >= 3.2 && < 3.3,
+ warp >= 3.2 && < 3.3,
+ wai-app-static >= 3.1 && < 3.2,
+ http-types >= 0.9 && < 0.10,
fsnotify >= 0.2 && < 0.3,
system-filepath >= 0.4.6 && <= 0.5
Cpp-options: