diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-10 22:24:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-10 22:24:13 -0400 |
commit | aecc1edcdd80c41f04e30c3e4749b3b301cd928d (patch) | |
tree | 6f00c02bf3414660b1aa53ebe476616b9b631e44 /Assistant | |
parent | fd403af92c538dc4da22accc1c7c02a588dde6ef (diff) |
let's put type modules under the parent module, not in a Types directory
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/Merger.hs | 2 | ||||
-rw-r--r-- | Assistant/Threads/TransferWatcher.hs | 2 | ||||
-rw-r--r-- | Assistant/Threads/Watcher.hs | 2 |
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 |