osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-fsnotify revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=20
This commit is contained in:
2018-07-11 01:01:40 +00:00
committed by Git OBS Bridge
parent ede3da21b0
commit 84d26d3203
5 changed files with 105 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 9 19:45:15 UTC 2018 - psimons@suse.com
- Update fsnotify to version 0.3.0.1.
Changes
=======
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.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com