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

ghc-async-2.2.5-1.3 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: ghc-async Distribution: openSUSE Tumbleweed
Version: 2.2.5 Vendor: openSUSE
Release: 1.3 Build date: Tue Nov 21 09:08:04 2023
Group: Unspecified Build host: reproducible
Size: 263546 Source RPM: ghc-async-2.2.5-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/async
Summary: Run IO operations asynchronously and wait for their results
This package provides a higher-level interface over threads, in which an 'Async
a' is a concurrent thread that will eventually deliver a value of type 'a'.
The package provides ways to create 'Async' computations, wait for their
results, and cancel them.

Using 'Async' is safer than using threads in two ways:

* When waiting for a thread to return a result, if the thread dies with an
exception then the caller must either re-throw the exception ('wait') or handle
it ('waitCatch'); the exception cannot be ignored.

* The API makes it possible to build a tree of threads that are automatically
killed when their parent dies (see 'withAsync').

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Nov 21 2023 Peter Simons <psimons@suse.com>
  - Update async to version 2.2.5.
    [#]# Changes in 2.2.5
    - #117: Document that empty for Concurrently waits forever
    - #120: Add ConcurrentlyE.
    - #123: Fix failing concurrentlyE tests in older GHCs.
    - #124: Allow hashable 1.4
    - #126: Semigroup and Monoid instances for ConcurrentlyE
    - #120: Add ConcurrentlyE
    - #138: expose internals as Control.Concurrent.Async.Internal
    - #131: Fix typos in docs
    - #132: waitAny(Catch): clarify non-empty input list requirement
    - #142: Add cancelMany
    - #135, #145, #150: Support for GHC 9.4, 9.6, 9.8
    - Document that empty for Concurrently waits forever.
* Tue Oct 10 2023 Peter Simons <psimons@suse.com>
  - Update async to version 2.2.4 revision 4.
    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.
* Sun Mar 12 2023 Peter Simons <psimons@suse.com>
  - Update async to version 2.2.4 revision 3.
    Upstream has revised the Cabal build instructions on Hackage.
* Fri Aug 12 2022 Peter Simons <psimons@suse.com>
  - Update async to version 2.2.4 revision 2.
    Upstream has revised the Cabal build instructions on Hackage.
* Thu Nov 11 2021 psimons@suse.com
  - Update async to version 2.2.4 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Thu Oct 07 2021 psimons@suse.com
  - Update async to version 2.2.4.
    [#]# Changes in 2.2.4:
    - Support for GHC 9.2
* Fri Feb 19 2021 psimons@suse.com
  - Update async to version 2.2.3.
    [#]# Changes in 2.2.3:
    - Documentation fixes
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Mon Aug 31 2020 psimons@suse.com
  - Update async to version 2.2.2 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.

Files

/usr/lib64/ghc-9.8.2/lib/libHSasync-2.2.5-3j9qh9mEM1cEx7Y20XcPyt-ghc9.8.2.so
/usr/share/licenses/ghc-async
/usr/share/licenses/ghc-async/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 21 23:21:28 2024