BSD-3-Clause licensed by Composewell Technologies
Maintained by [email protected]
This version can be pinned in stack with:streamly-fsevents-0.1.1@sha256:37e97c49a34fa20a9a0e55da48bb2096868f176993b410b936dd9960bef30e98,8537

Module documentation for 0.1.1

There are no documented modules for this package.

File System Event Notification (fsnotify)

A portable, robust, and stream-based file system event notification API for Linux, macOS, and Windows. This library provides a streaming alternative to the fsnotify package.

The portable module in this package offers a consistent, cross-platform, common denominator API across all supported systems whereas platform-specific modules expose more extensive APIs that allow you to make full use of each operating system’s native capabilities.

Contributing

We welcome contributions of all kinds, bug reports, feature requests, and pull requests. If you’d like to get involved, please open an issue or start a discussion.

Getting Support

Changes

Changelog

0.1.1

  • Fix a build issue due to configure script on macOS + nix
  • Allow GHC-9.14

0.1.0

  • Initial release