SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-async rpm build for : Fedora 22. For other distributions click ghc-async.

Name : ghc-async
Version : 2.0.1.5 Vendor : Fedora Project
Release : 1.fc22 Date : 2015-01-29 13:58:27
Group : Unspecified Source RPM : ghc-async-2.0.1.5-1.fc22.src.rpm
Size : 0.08 MB
Packager : Fedora Project
Summary : Run IO operations asynchronously and wait for their results
Description :
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\').

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/22/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-async-2.0.1.5-1.fc22.x86_64.rpm
     

Provides :
ghc(async-2.0.1.5-d3d04a10c586684bc475e30da2683355)
ghc-async
ghc-async(x86-64)
libHSasync-2.0.1.5-ghc7.8.4.so()(64bit)

Requires :
libHSinteger-gmp-0.5.1.0-ghc7.8.4.so()(64bit)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
libHSarray-0.5.0.0-ghc7.8.4.so()(64bit)
ghc(base-4.7.0.2-cb23b5265b6e147094c0cd9ac819acb1)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSghc-prim-0.3.1.0-ghc7.8.4.so()(64bit)
libHSstm-2.4.2-ghc7.8.4.so()(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
libHSbase-4.7.0.2-ghc7.8.4.so()(64bit)
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ghc(stm-2.4.2-7cdf1406ae9b76d051e1aaa1a35d82f1)


Content of RPM :
/usr/lib64/ghc-7.8.4/async-2.0.1.5
/usr/lib64/ghc-7.8.4/async-2.0.1.5/libHSasync-2.0.1.5-ghc7.8.4.so
/usr/share/doc/ghc-async
/usr/share/doc/ghc-async/LICENSE

 
ICM