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.fc41 RPM for ppc64le

From Fedora Rawhide for ppc64le / g

Name: ghc-async Distribution: Fedora Project
Version: 2.2.5 Vendor: Fedora Project
Release: 1.fc41 Build date: Mon Aug 5 17:17:11 2024
Group: Unspecified Build host: buildvm-ppc64le-23.iad2.fedoraproject.org
Size: 403201 Source RPM: ghc-async-2.2.5-1.fc41.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

* Sat Jul 20 2024 Jens Petersen <petersen@redhat.com> - 2.2.5-1
  - https://hackage.haskell.org/package/async-2.2.5/changelog
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> - 2.2.4-9
  - refresh to cabal-rpm-2.2.1
* 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

Files

/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/e2e0c213cc282ec45dbb46bf2940a8573967d6
/usr/lib64/ghc-9.6.6/lib/libHSasync-2.2.5-GMWeTaoaded4Wz7DAkFLAR-ghc9.6.6.so
/usr/share/licenses/ghc-async
/usr/share/licenses/ghc-async/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Oct 1 05:50:00 2024