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 /Utility/INotify.hs | |
parent | fd403af92c538dc4da22accc1c7c02a588dde6ef (diff) |
let's put type modules under the parent module, not in a Types directory
Diffstat (limited to 'Utility/INotify.hs')
-rw-r--r-- | Utility/INotify.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/INotify.hs b/Utility/INotify.hs index 2b5789479..7b5a1fbea 100644 --- a/Utility/INotify.hs +++ b/Utility/INotify.hs @@ -9,7 +9,7 @@ module Utility.INotify where import Common hiding (isDirectory) import Utility.ThreadLock -import Utility.Types.DirWatcher +import Utility.DirWatcher.Types import System.INotify import qualified System.Posix.Files as Files |