SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-enumerator rpm build for : Fedora 20. For other distributions click ghc-enumerator.

Name : ghc-enumerator
Version : 0.4.19 Vendor : Fedora Project
Release : 7.fc20 Date : 2013-08-03 18:01:31
Group : Unspecified Source RPM : ghc-enumerator-0.4.19-7.fc20.src.rpm
Size : 0.57 MB
Packager : Fedora Project
Summary : Reliable, high-performance processing with left-fold enumerators
Description :
Enumerators are an efficient, predictable, and safe alternative to lazy I/O.
Discovered by Oleg Kiselyov, they allow large datasets to be processed
in near-constant space by pure code. Although somewhat more complex to write,
using enumerators instead of lazy I/O produces more correct programs.

This library contains an enumerator implementation for Haskell, designed to
be both simple and efficient. Three core types are defined, along with
numerous helper functions:

* /Iteratee/: Data sinks, analogous to left folds. Iteratees consume
a sequence of /input/ values, and generate a single /output/ value.
Many iteratees are designed to perform side effects (such as printing to
stdout), so they can also be used as monad transformers.

* /Enumerator/: Data sources, which generate input sequences. Typical
enumerators read from a file handle, socket, random number generator, or
other external stream. To operate, enumerators are passed an iteratee, and
provide that iteratee with input until either the iteratee has completed its
computation, or EOF.

* /Enumeratee/: Data transformers, which operate as both enumerators and
iteratees. Enumeratees read from an /outer/ enumerator, and provide the
transformed data to an /inner/ iteratee.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-enumerator-0.4.19-7.fc20.i686.rpm
     Search for other platforms
ghc-enumerator-0.4.19-7.fc20.sparc.rpm
ghc-enumerator-0.4.19-7.fc20.alpha.rpm
ghc-enumerator-0.4.19-7.fc20.ppc.rpm
ghc-enumerator-0.4.19-7.fc20.ia64.rpm
ghc-enumerator-0.4.19-7.fc20.s390.rpm

Provides :
ghc-enumerator
ghc-enumerator(x86-32)
ghc(enumerator-0.4.19-af2193302e502a3821d2e5d25db7ea2c)
libHSenumerator-0.4.19-ghc7.6.3.so

Requires :
ghc(bytestring-0.10.0.2-0b6617b9eb506e75e23ac8e02aca9a35)
libHSinteger-gmp-0.5.0.0-ghc7.6.3.so
ghc(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
libHSbase-4.6.0.1-ghc7.6.3.so
ghc(text-0.11.3.1-f9af5da075b669b8893882d7df69cdb7)
libHSbytestring-0.10.0.2-ghc7.6.3.so
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSdeepseq-1.3.0.1-ghc7.6.3.so
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libHStransformers-0.3.0.0-ghc7.6.3.so
libc.so.6(GLIBC_2.1.3)
libHSarray-0.4.0.1-ghc7.6.3.so
rpmlib(PayloadIsXz) <= 5.2-1
ghc(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
libHScontainers-0.5.0.0-ghc7.6.3.so
libc.so.6
libHSghc-prim-0.3.0.0-ghc7.6.3.so
libHStext-0.11.3.1-ghc7.6.3.so
libgmp.so.10
ghc(transformers-0.3.0.0-d21f52e90b1d5cc3abf0aef9ee2c016d)


Content of RPM :
/usr/lib/ghc-7.6.3/enumerator-0.4.19
/usr/lib/ghc-7.6.3/enumerator-0.4.19/libHSenumerator-0.4.19-ghc7.6.3.so
/usr/share/doc/ghc-enumerator
/usr/share/doc/ghc-enumerator/license.txt

 
ICM