- Require fsnotify >= 0.4, which has a breaking API change
- Support reflex-0.9
Support GHC 8.10
- Support reflex 0.8
- Support GHC 8.8 and
reflex
0.7.
- Add
watchDirs
to watch a list of directories - Generalize
wrapWatch
a little to makewatchDirs
possible
- Deprecate
watchDirectory
- Add
watchDir
andwatchTree
corresponding to the functions inSystem.FSNotify
- Add
watchDirectoryTree
, an alternative towatchTree
that tries to break symlink cycles
- Initial release containing
watchDirectory
.