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:24
Group : Unspecified Source RPM : ghc-async-2.0.1.5-1.fc22.src.rpm
Size : 0.07 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/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-async-2.0.1.5-1.fc22.i686.rpm
     Search for other platforms
ghc-async-2.0.1.5-1.fc22.sparc.rpm
ghc-async-2.0.1.5-1.fc22.alpha.rpm
ghc-async-2.0.1.5-1.fc22.ppc.rpm
ghc-async-2.0.1.5-1.fc22.ia64.rpm
ghc-async-2.0.1.5-1.fc22.s390.rpm

Provides :
ghc(async-2.0.1.5-2ef3697408a1916c928ebfc2d01f9acb)
ghc-async
ghc-async(x86-32)
libHSasync-2.0.1.5-ghc7.8.4.so

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


Content of RPM :
/usr/lib/ghc-7.8.4/async-2.0.1.5
/usr/lib/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