aboutsummaryrefslogtreecommitdiff
path: root/Utility/DirWatcher.hs
diff options
context:
space:
mode:
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