reflex-fsnotify

Reflex FRP interface for watching files

Stackage Nightly 2025-05-28:0.3.0.2
Latest on Hackage:0.3.0.2

See all snapshots reflex-fsnotify appears in

BSD-3-Clause licensed by Obsidian Systems LLC
Maintained by [email protected]
This version can be pinned in stack with:reflex-fsnotify-0.3.0.2@sha256:479691a512cb170cd0ea1c8de5da2aa2bf016b62440010977920ed35f81cec52,1231

Module documentation for 0.3.0.2

reflex-fsnotify

Haskell Hackage BSD3 License

Watch files and directories for changes using a functional-reactive interface!

Changes

Revision history for reflex-fsnotify

0.3.0.2

  • Support GHC 9.12

0.3.0.1

  • Build with GHC 9.10

0.3.0.0

  • Require fsnotify >= 0.4, which has a breaking API change
  • Support reflex-0.9

0.2.1.3

Support GHC 8.10

0.2.1.2

  • Support reflex 0.8

0.2.1.1

  • Support GHC 8.8 and reflex 0.7.

0.2.1.0

  • Add watchDirs to watch a list of directories
  • Generalize wrapWatch a little to make watchDirs possible

0.2.0.0

  • Deprecate watchDirectory
  • Add watchDir and watchTree corresponding to the functions in System.FSNotify
  • Add watchDirectoryTree, an alternative to watchTree that tries to break symlink cycles

0.1.0.0

  • Initial release containing watchDirectory.