diff options
-rw-r--r-- | hakyll.cabal | 6 |
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: |