summaryrefslogtreecommitdiff
path: root/Assistant/Threads/TransferWatcher.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-10 22:24:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-10 22:24:13 -0400
commitaecc1edcdd80c41f04e30c3e4749b3b301cd928d (patch)
tree6f00c02bf3414660b1aa53ebe476616b9b631e44 /Assistant/Threads/TransferWatcher.hs
parentfd403af92c538dc4da22accc1c7c02a588dde6ef (diff)
let's put type modules under the parent module, not in a Types directory
Diffstat (limited to 'Assistant/Threads/TransferWatcher.hs')
-rw-r--r--Assistant/Threads/TransferWatcher.hs2
1 files changed, 1 insertions, 1 deletions
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