Package Release Info

ghc-fsnotify-0.4.1.0-bp156.1.1

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-fsnotify
ghc-fsnotify-devel

Change Logs

* Mon Oct 17 2022 Peter Simons <psimons@suse.com>
- Update fsnotify to version 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.
* Sat Apr 16 2022 Peter Simons <psimons@suse.com>
- Update fsnotify to version 0.3.0.1 revision 2.
  Upstream has revised the Cabal build instructions on Hackage.
Version: 0.3.0.1-bp155.3.14
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.3.0.1-bp154.2.15
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Mon Aug 31 2020 psimons@suse.com
- Update fsnotify to version 0.3.0.1 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add fsnotify at version 0.3.0.1.
Version: 0.3.0.1-bp152.4.12
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 0.3.0.1-bp151.1.9
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
- Update fsnotify to version 0.3.0.1.
  Version 0.3.0.0
  - --------------
  API breaking update with a number of bugfixes and improvements.
  * Now we can detect directory creation/deletion. A boolean flag has been added
    to `Event` to indicate if the event pertains to a directory or not. This is the
    only API change.
  * Test stability improvements + CI test suites now passing on Windows, Linux, and Mac.
  * Interpreting OSX hfsevents flags is more sane now (see comments in OSX.hs for details).
  * Improve a race condition when adding watches on Linux.
  * Improve robustness of the PollManager.
  * Fix double call to `closeHandle` on Windows.
  * Remove comments about locking from the documentation.
* Mon May 14 2018 psimons@suse.com
- Update fsnotify to version 0.2.1.2.
  * Update to the new hinotify API (v0.3.10)
  * Catch IO exceptions when initialising inotify on Linux
Version: 0.2.1-2.3
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.2.1 revision 0 with cabal2obs.
* Thu Aug 13 2015 mimi.vx@gmail.com
- update to 0.2.1
  * Use filepath instead of deprecated system-filepath
* Tue Jun 09 2015 jmatejka@suse.cz
- Initial package