diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 2e8f1b6..5a9df80 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -136,8 +136,8 @@ Library If flag(previewServer) Build-depends: - snap-core >= 0.5.1 && < 0.6, - snap-server >= 0.5.1 && < 0.6 + snap-core >= 0.6 && < 0.8, + snap-server >= 0.6 && < 0.8 Cpp-Options: -DPREVIEW_SERVER Other-Modules: |