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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=21
This commit is contained in:
Peter Simons 2018-07-15 01:01:46 +00:00 committed by Git OBS Bridge
parent 84d26d3203
commit d40e0085bf

View File

@ -1,10 +1,7 @@
-------------------------------------------------------------------
Mon Jul 9 19:45:15 UTC 2018 - psimons@suse.com
Fri Jul 13 14:31:46 UTC 2018 - psimons@suse.com
- Update fsnotify to version 0.3.0.1.
Changes
=======
Version 0.3.0.0
---------------
@ -17,6 +14,8 @@ Mon Jul 9 19:45:15 UTC 2018 - psimons@suse.com
* 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 17:02:11 UTC 2018 - psimons@suse.com