summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Threads/Merger.hs2
-rw-r--r--Assistant/Threads/TransferWatcher.hs2
-rw-r--r--Assistant/Threads/Watcher.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Assistant/Threads/Merger.hs b/Assistant/Threads/Merger.hs
index 4a482583f..a1b1693cf 100644
--- a/Assistant/Threads/Merger.hs
+++ b/Assistant/Threads/Merger.hs
@@ -13,7 +13,7 @@ import Assistant.BranchChange
import Assistant.DaemonStatus
import Assistant.ScanRemotes
import Utility.DirWatcher
-import Utility.Types.DirWatcher
+import Utility.DirWatcher.Types
import qualified Annex.Branch
import qualified Git
import qualified Git.Branch
diff --git a/Assistant/Threads/TransferWatcher.hs b/Assistant/Threads/TransferWatcher.hs
index 7a6e426b3..69fa87022 100644
--- a/Assistant/Threads/TransferWatcher.hs
+++ b/Assistant/Threads/TransferWatcher.hs
@@ -14,7 +14,7 @@ import Assistant.Drop
import Annex.Content
import Logs.Transfer
import Utility.DirWatcher
-import Utility.Types.DirWatcher
+import Utility.DirWatcher.Types
import qualified Remote
import Control.Concurrent
diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs
index ce308b3a3..0f76c6a4c 100644
--- a/Assistant/Threads/Watcher.hs
+++ b/Assistant/Threads/Watcher.hs
@@ -22,7 +22,7 @@ import Assistant.Changes
import Assistant.Types.Changes
import Assistant.Alert
import Utility.DirWatcher
-import Utility.Types.DirWatcher
+import Utility.DirWatcher.Types
import Utility.Lsof
import qualified Annex
import qualified Annex.Queue