let's put type modules under the parent module, not in a Types directory
This commit is contained in:
parent
82d28a7eb8
commit
74f723bb50
8 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue