OSX build fix
This commit is contained in:
parent
66b8ba8fb0
commit
9f2ce19858
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ watchDir dir ignored scanevents hooks = do
|
||||||
unlessM fileLevelEventsSupported $
|
unlessM fileLevelEventsSupported $
|
||||||
giveup "Need at least OSX 10.7.0 for file-level FSEvents"
|
giveup "Need at least OSX 10.7.0 for file-level FSEvents"
|
||||||
scan dir
|
scan dir
|
||||||
eventStreamCreate [dir] 1.0 True True True dispatch
|
eventStreamCreate [fromOsPath dir] 1.0 True True True dispatch
|
||||||
where
|
where
|
||||||
dispatch evt
|
dispatch evt
|
||||||
| ignoredPath ignored (toOsPath (eventPath evt)) = noop
|
| ignoredPath ignored (toOsPath (eventPath evt)) = noop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue