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

ghc-async-2.0.1.4-30.el7 RPM for ppc64le

From EPEL 7 for ppc64le / Packages / g

Name: ghc-async Distribution: Fedora Project
Version: 2.0.1.4 Vendor: Fedora Project
Release: 30.el7 Build date: Fri Dec 2 05:23:32 2016
Group: Unspecified Build host: buildvm-ppc64le-08.ppc.fedoraproject.org
Size: 1522 Source RPM: ghc-async-2.0.1.4-30.el7.src.rpm
Packager: Fedora Project
Url: http://hackage.haskell.org/package/async
Summary: Asynchronous IO operations
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

Changelog

* Tue Feb 04 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-30
  - bump release over current haskell-platform
* Thu Nov 28 2013 Jens Petersen <petersen@redhat.com> - 2.0.1.4-27
  - separate source package from haskell-platform
* Thu Nov 28 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 2.0.1.4
  - spec file generated by cabal-rpm-0.8.7

Files

/usr/lib64/ghc-7.6.3/async-2.0.1.4
/usr/share/doc/ghc-async-2.0.1.4
/usr/share/doc/ghc-async-2.0.1.4/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 16 01:59:10 2024