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

ghc-async-2.2.4-8.fc40 RPM for x86_64

From Fedora Rawhide for x86_64 / g

Name: ghc-async Distribution: Fedora Project
Version: 2.2.4 Vendor: Fedora Project
Release: 8.fc40 Build date: Wed Jan 24 14:26:43 2024
Group: Unspecified Build host: buildhw-x86-10.iad2.fedoraproject.org
Size: 152281 Source RPM: ghc-async-2.2.4-8.fc40.src.rpm
Packager: Fedora Project
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

* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 2.2.4-6
  - revised .cabal file
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 2.2.4-3
  - refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 2.2.4-1
  - https://hackage.haskell.org/package/async-2.2.4/changelog
* Tue Mar 08 2022 Jens Petersen <petersen@redhat.com> - 2.2.3-3
  - rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/36ff631f822b7fd2f3eb7dbca37abed983949a
/usr/lib64/ghc-9.4.5/lib/libHSasync-2.2.4-Is3H7ZPNMkM5reIoCaqYrF-ghc9.4.5.so
/usr/share/licenses/ghc-async
/usr/share/licenses/ghc-async/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 00:07:47 2024