From 638a321ca504e24809c85e24583ae06cd5f7de8f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Jun 2012 14:15:49 -0400 Subject: typo --- Utility/DirWatcher.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/DirWatcher.hs') 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 -- cgit v1.2.3