fsnotify

Cross platform library for file change notification.

Version on this page:0.1.0.3@rev:1
LTS Haskell 22.14:0.4.1.0
Stackage Nightly 2024-03-28:0.4.1.0
Latest on Hackage:0.4.1.0

See all snapshots fsnotify appears in

BSD-3-Clause licensed by Mark Dittmer
This version can be pinned in stack with:fsnotify-0.1.0.3@sha256:ff6ef6c388d8a40dba5983ae5f715da8887182c2ab67e21f63b120aa9eee3720,2723

Module documentation for 0.1.0.3

hfsnotify

Unified Haskell interface for basic file system notifications.

Changes

Changes

Version 0.1.0.3

  • Fix the tests

Version 0.1.0.2

  • Restore compatibility with GHC 7.4
  • Fix a bug in treeExtAny, which previously work identically to treeExtExists
  • Improve documentation

Version 0.1.0.1

Include CHANGELOG.md and README.md in the source distribution.

Version 0.1

  • Allow to stop a listening job. Note this changes the return type of watching functions from () to IO ().
  • Previously, some care was taken to prevent multiple callbacks from running simultaneously. It is now the user’s responsibility. See #43 for details.
  • Previously, paths returned to callbacks were relative on Windows. Now they are absolute, like on the other platforms.
  • The WatchConfig type has changed. Previously, it only specified debouncing parameters. Now it also contains polling parameters.
  • The isPollingManager function is added to determine, at runtime, whether the polling implementation is used.