--- - branch: MAIN date: Thu Jan 26 15:08:26 UTC 2023 files: - new: '1.7' old: '1.6' path: pkgsrc/devel/hs-fsnotify/Makefile pathrev: pkgsrc/devel/hs-fsnotify/Makefile@1.7 type: modified - new: '1.7' old: '1.6' path: pkgsrc/devel/hs-fsnotify/buildlink3.mk pathrev: pkgsrc/devel/hs-fsnotify/buildlink3.mk@1.7 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/hs-fsnotify/PLIST.common pathrev: pkgsrc/devel/hs-fsnotify/PLIST.common@1.2 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/hs-fsnotify/PLIST.inotify pathrev: pkgsrc/devel/hs-fsnotify/PLIST.inotify@1.2 type: modified - new: '1.5' old: '1.4' path: pkgsrc/devel/hs-fsnotify/distinfo pathrev: pkgsrc/devel/hs-fsnotify/distinfo@1.5 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/hs-fsnotify/patches/patch-fsnotify.cabal pathrev: pkgsrc/devel/hs-fsnotify/patches/patch-fsnotify.cabal@1.2 type: modified id: 20230126T150826Z.a1b8f621e5c4a00271f0154dbe613d13c073eb55 log: | devel/hs-fsnotify: Update to 0.4.1.0 Version 0.4.1.0 * Add unliftio lower bound (#106) * Change the tests back to a test-suite to avoid building for library users. (#107) * Fix up Windows compatibility. * Export WatchConfig type (#108) Version 0.4.0.1 * Fix compatibility with *BSD. Version 0.4.0.0 API breaking update. * New options for threading control (single-threaded, thread-per-watch, and thread-per-manager) * Revamp WatchConfig options to be less confusing and reduce boolean blindness. * Pull out debouncing stuff, since it was never correct as it simply took the last event affecting a given file in the debounce period. Debouncing is currently not included, and should be handled as an orthogonal concern. I'd like to include some debouncing logic, but didn't want to delay this release any longer. - We now expose type DebounceFn = Action -> IO Action, which represents an arbitrary debouncer. All debouncers should be in the form of one of these functions. - A robust state machine debouncer is in progress but not fully implemented yet; see the state-machine branch. - Contributions are welcome! We can potentially add multiple debouncers of different complexity as modules under System.FSNotify.Debounce.*. * Don't silently fall back to polling on failure of native watcher. Instead, throw an exception which the user can recover from by switching to polling. * Add ModifiedAttributes event type + Linux support * Add confOnHandlerException to be able to control what happens when a handler throws an exception. * WatchConfig constructor is no longer exposed. Instead use defaultConfig {...} with the accessors. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/hs-fsnotify' unixtime: '1674745706' user: pho