summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-05-29 21:54:16 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2018-05-29 21:56:39 +0200
commit8be1aa564a46974b5c4c3efd13cd8b9c83a1a0f3 (patch)
treeab8c1dd7a6917773dd7751fd7ff64bfd654cc194 /hakyll.cabal
parent8074252d0cfd3610d03908513eed8c4b0cd2f598 (diff)
downloadhakyll-8be1aa564a46974b5c4c3efd13cd8b9c83a1a0f3.tar.gz
Bump tasty to 1.1, fsnotify to 0.3
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: