aboutsummaryrefslogtreecommitdiff
path: root/Utility/DirWatcher.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 /Utility/DirWatcher.hs
parentfd403af92c538dc4da22accc1c7c02a588dde6ef (diff)
let's put type modules under the parent module, not in a Types directory
Diffstat (limited to 'Utility/DirWatcher.hs')
-rw-r--r--Utility/DirWatcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/DirWatcher.hs b/Utility/DirWatcher.hs
index ba420401e..d038f59ac 100644
--- a/Utility/DirWatcher.hs
+++ b/Utility/DirWatcher.hs
@@ -13,7 +13,7 @@
module Utility.DirWatcher where
-import Utility.Types.DirWatcher
+import Utility.DirWatcher.Types
#if WITH_INOTIFY
import qualified Utility.INotify as INotify