let's put type modules under the parent module, not in a Types directory

This commit is contained in:
Joey Hess 2013-03-10 22:24:13 -04:00
parent 82d28a7eb8
commit 74f723bb50
8 changed files with 8 additions and 10 deletions

View file

@ -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