summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d98fc0c..7e7e903 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -197,7 +197,7 @@ Library
warp >= 3.2 && < 3.3,
wai-app-static >= 3.1 && < 3.2,
http-types >= 0.9 && < 0.13,
- fsnotify >= 0.2 && < 0.3
+ fsnotify >= 0.2 && < 0.4
Cpp-options:
-DPREVIEW_SERVER
Other-modules:
@@ -206,7 +206,7 @@ Library
If flag(watchServer)
Build-depends:
- fsnotify >= 0.2 && < 0.3
+ fsnotify >= 0.2 && < 0.4
Cpp-options:
-DWATCH_SERVER
Other-modules:
@@ -260,7 +260,7 @@ Test-suite hakyll-tests
Build-Depends:
hakyll,
QuickCheck >= 2.8 && < 2.12,
- tasty >= 0.11 && < 1.1,
+ tasty >= 0.11 && < 1.2,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
-- Copy pasted from hakyll dependencies: