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/Kqueue.hs | |
parent | fd403af92c538dc4da22accc1c7c02a588dde6ef (diff) |
let's put type modules under the parent module, not in a Types directory
Diffstat (limited to 'Utility/Kqueue.hs')
-rw-r--r-- | Utility/Kqueue.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Kqueue.hs b/Utility/Kqueue.hs index f0559e531..eb5feab00 100644 --- a/Utility/Kqueue.hs +++ b/Utility/Kqueue.hs @@ -18,7 +18,7 @@ module Utility.Kqueue ( ) where import Common -import Utility.Types.DirWatcher +import Utility.DirWatcher.Types import System.Posix.Types import Foreign.C.Types |