Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-fsnotify-doc-0.4.2.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: ghc-fsnotify-doc Distribution: openSUSE Tumbleweed
Version: 0.4.2.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Mar 21 11:47:51 2025
Group: Unspecified Build host: reproducible
Size: 640976 Source RPM: ghc-fsnotify-0.4.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/fsnotify
Summary: Haskell fsnotify library documentation
This package provides the Haskell fsnotify library documentation.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Mar 21 2025 Peter Simons <psimons@suse.com>
  - Update fsnotify to version 0.4.2.0.
    * Bump hfsevents constraint to >= 0.1.8 to pick up race condition fix (see
      https://github.com/luite/hfsevents/pull/19).
    * Compatibility with text-2.1.2 and an upper bound of 2.2.
    * Lots of CI and test improvements.
    * Document polling interval units (#111).
    * Fix compat with text-2.1.2 (closes #116).
    * Remove some redundant cleanup code paths.
  - Apply "dont-install-example-exe.patch" to disable installing
    the "example" executable from this package.
* Tue Oct 29 2024 Peter Simons <psimons@suse.com>
  - Update fsnotify to version 0.4.1.0 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* 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.
* 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.

Files

/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/System-FSNotify-Devel.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/System-FSNotify.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/doc-index.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/fsnotify.haddock
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/fsnotify.txt
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/haddock-bundle.min.js
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/index.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/linuwial.css
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/meta.json
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/quick-jump.css
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Devel.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Find.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Linux.Util.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Linux.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Listener.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Path.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Polling.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.Types.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/System.FSNotify.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/highlight.js
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/src/style.css
/usr/share/doc/packages/ghc-9.10.1/html/libraries/fsnotify-0.4.2.0/synopsis.png
/usr/share/licenses/ghc-fsnotify-doc
/usr/share/licenses/ghc-fsnotify-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Mar 30 23:22:36 2025