From 1e7e78f2e8c3141bfe2275f3676702b41eae0b67 Mon Sep 17 00:00:00 2001 From: Arguggi Date: Fri, 22 Jul 2016 13:01:18 +0200 Subject: Fix test dependencies --- hakyll.cabal | 6 ++++-- 1 file 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: -- cgit v1.2.3