haskell-fswatch / hfsnotify

Unified Haskell interface for basic file system notifications
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Document polling interval units #111

Closed 9999years closed 1 year ago

9999years commented 1 year ago

Int is ambiguous.

thomasjm commented 1 year ago

The three fields are exported:

https://github.com/haskell-fswatch/hfsnotify/blob/7e0802a8e2599c15baf4df0683d1f4c7072370c1/src/System/FSNotify.hs#L54-L57

I'll take the change documenting watchModePollInterval though.

9999years commented 1 year ago

Thanks, let me rebase.