aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index d4ae55648..c3bf35e18 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -322,7 +322,7 @@ Executable git-annex
if flag(Assistant)
if os(linux) || flag(Android)
- Build-Depends: hinotify
+ Build-Depends: hinotify (< 0.4)
CPP-Options: -DWITH_INOTIFY
Other-Modules: Utility.DirWatcher.INotify
else