From 4ddce51a522038f123d1d53e78ec4b081d5b3d24 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Sep 2018 11:55:08 -0400 Subject: [PATCH] move Utility.OSX stack complains when a module whose import is hidden behind a ifdef os is not listed when building for other os's. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 448de5cc1a..16d504861d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -499,6 +499,7 @@ Executable git-annex Command.Assistant Command.Watch Utility.Mounts + Utility.OSX if os(linux) || flag(Android) Build-Depends: hinotify @@ -510,7 +511,6 @@ Executable git-annex CPP-Options: -DWITH_FSEVENTS Other-Modules: Utility.DirWatcher.FSEvents - Utility.OSX else if os(windows) Build-Depends: Win32-notify