From 8a8ac1cbf22b0aabfc660d6d242f60642c95da9b Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 19 Jan 2022 13:53:02 -0500 Subject: Require hinotify < 0.4 hinotify-0.4 changed some types in incompatible ways. Require older hinotify for now. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3