diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-28 14:15:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-28 14:15:49 -0400 |
commit | 638a321ca504e24809c85e24583ae06cd5f7de8f (patch) | |
tree | 964ab9ba88506b62a48650dab5d39e6ea089c075 /Utility/DirWatcher.hs | |
parent | 421f9ce0e26936e384700c9cb5e202191cc92d1c (diff) |
typo
Diffstat (limited to 'Utility/DirWatcher.hs')
-rw-r--r-- | Utility/DirWatcher.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/DirWatcher.hs b/Utility/DirWatcher.hs index 5e76e780c..213aeb50a 100644 --- a/Utility/DirWatcher.hs +++ b/Utility/DirWatcher.hs @@ -86,7 +86,7 @@ watchDir dir prune hooks runstartup = do return i #else #if WITH_KQUEUE -type DirWatcherHandle = ThreadID +type DirWatcherHandle = ThreadId watchDir :: FilePath -> Pruner -> WatchHooks -> (IO Kqueue.Kqueue -> IO Kqueue.Kqueue) -> IO DirWatcherHandle watchDir dir ignored hooks runstartup = do kq <- runstartup $ Kqueue.initKqueue dir ignored |