summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorArguggi <git@arguggi.co.uk>2016-07-22 13:01:18 +0200
committerArguggi <git@arguggi.co.uk>2016-07-22 13:01:18 +0200
commit1e7e78f2e8c3141bfe2275f3676702b41eae0b67 (patch)
treedc4a125b59e95a41b0f0f517919f6a716915054f /hakyll.cabal
parentc4216c15fcead60be3f49c41a1ee7a2ec94beb42 (diff)
downloadhakyll-1e7e78f2e8c3141bfe2275f3676702b41eae0b67.tar.gz
Fix test dependencies
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 1a1818a..94727f4 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -270,8 +270,10 @@ Test-suite hakyll-tests
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: