summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal10
1 files changed, 7 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 4a555b9..de83ee4 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -165,7 +165,9 @@ Library
If flag(previewServer)
Build-depends:
snap-core >= 0.6 && < 0.10,
- snap-server >= 0.6 && < 0.10
+ snap-server >= 0.6 && < 0.10,
+ fsnotify >= 0.0.6 && < 0.1,
+ system-filepath >= 0.4.6 && <= 0.5
Cpp-options:
-DPREVIEW_SERVER
Other-modules:
@@ -238,8 +240,10 @@ Test-suite hakyll-tests
If flag(previewServer)
Build-depends:
- snap-core >= 0.6 && < 0.10,
- snap-server >= 0.6 && < 0.10
+ snap-core >= 0.6 && < 0.10,
+ snap-server >= 0.6 && < 0.10,
+ fsnotify >= 0.0.6 && < 0.1,
+ system-filepath >= 0.4.6 && <= 0.5
Cpp-options:
-DPREVIEW_SERVER
Other-modules: