Description
A cross-platform Haskell library for file change notifications. It lets programs watch files or directories and react when content, metadata, or directory entries change.
Developers use it in build tools, live reloaders, editors, sync tools, and automation. File watching can behave differently by platform, so debounce, recursive watching, and missed-event behavior should be tested.