summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-08-01 10:14:21 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-08-01 10:15:03 +0200
commitdf2bc9fa9e244f77a3fce8591da45ce51dc3005c (patch)
treefa08628fd5c9c53f40232be73f52098e2531d949 /hakyll.cabal
parent7fedfd3585de8968c14acac6fb5b5056c189eefc (diff)
downloadhakyll-df2bc9fa9e244f77a3fce8591da45ce51dc3005c.tar.gz
Bump fsnotify to 0.2
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 9952a69..c048236 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -171,7 +171,7 @@ Library
Build-depends:
snap-core >= 0.6 && < 0.10,
snap-server >= 0.6 && < 0.10,
- fsnotify >= 0.1 && < 0.2,
+ fsnotify >= 0.2 && < 0.3,
system-filepath >= 0.4.6 && <= 0.5
Cpp-options:
-DPREVIEW_SERVER
@@ -181,7 +181,7 @@ Library
If flag(watchServer)
Build-depends:
- fsnotify >= 0.1 && < 0.2,
+ fsnotify >= 0.2 && < 0.3,
system-filepath >= 0.4.6 && <= 0.5
Cpp-options:
-DWATCH_SERVER
@@ -256,7 +256,7 @@ Test-suite hakyll-tests
Build-depends:
snap-core >= 0.6 && < 0.10,
snap-server >= 0.6 && < 0.10,
- fsnotify >= 0.1 && < 0.2,
+ fsnotify >= 0.2 && < 0.3,
system-filepath >= 0.4.6 && <= 0.5
Cpp-options:
-DPREVIEW_SERVER
@@ -266,7 +266,7 @@ Test-suite hakyll-tests
If flag(watchServer)
Build-depends:
- fsnotify >= 0.1 && < 0.2,
+ fsnotify >= 0.2 && < 0.3,
system-filepath >= 0.4.6 && <= 0.5
Cpp-options:
-DWATCH_SERVER