SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-hashtables rpm build for : Fedora 18. For other distributions click ghc-hashtables.

Name : ghc-hashtables
Version : 1.0.1.6 Vendor : Fedora Project
Release : 4.fc18 Date : 2012-12-11 09:45:18
Group : Unspecified Source RPM : ghc-hashtables-1.0.1.6-4.fc18.src.rpm
Size : 0.42 MB
Packager : Fedora Project
Summary : Mutable hash tables in the ST monad
Description :
This package provides a couple of different implementations of mutable
hash tables in the ST monad, as well as a typeclass abstracting their
common operations, and a set of wrappers to use the hash tables in the
IO monad.

This package currently contains three hash table implementations:

1. Data.HashTable.ST.Basic contains a basic open-addressing hash table
using linear probing as the collision strategy.

2. Data.HashTable.ST.Cuckoo contains an implementation of \"cuckoo hashing\"
which has worst-case O(1) lookups and can reach a high \"load factor\".

3. Data.HashTable.ST.Linear contains a linear hash table, which trades
some insert and lookup performance for higher space efficiency and
much shorter delays when expanding the table.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/updates/18/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.0.1.6-4.fc18.x86_64.rpm
     

Provides :
ghc-hashtables
ghc-hashtables(x86-64)
ghc(hashtables-1.0.1.6-5cb965b9069e2cbf3a8c78c2bc942080)
libHShashtables-1.0.1.6-ghc7.4.1.so()(64bit)

Requires :
libc.so.6()(64bit)
libHSbase-4.5.0.0-ghc7.4.1.so()(64bit)
ghc(base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
ghc(hashable-1.1.2.3-1b1ae533e8109c581b837fc0c1a1efb6)
ghc(ghc-prim-0.2.0.0-c2ff696e5b8ec4d4b2bc2e42085fe471)
rtld(GNU_HASH)
ghc(vector-0.9.1-04dd5c58c224b03a4dc90091cf93a01d)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ghc(primitive-0.4.1-50546f2077956874e7dbbbcbc12aa2dc)
libHSdeepseq-1.3.0.0-ghc7.4.1.so()(64bit)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSarray-0.4.0.0-ghc7.4.1.so()(64bit)
libHShashable-1.1.2.3-ghc7.4.1.so()(64bit)
libHSinteger-gmp-0.4.0.0-ghc7.4.1.so()(64bit)
libHStext-0.11.2.0-ghc7.4.1.so()(64bit)
libHSvector-0.9.1-ghc7.4.1.so()(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
libHSbytestring-0.9.2.1-ghc7.4.1.so()(64bit)
libHSghc-prim-0.2.0.0-ghc7.4.1.so()(64bit)
libHSprimitive-0.4.1-ghc7.4.1.so()(64bit)


Content of RPM :
/usr/lib64/ghc-7.4.1/hashtables-1.0.1.6
/usr/lib64/ghc-7.4.1/hashtables-1.0.1.6/libHShashtables-1.0.1.6-ghc7.4.1.so
/usr/share/doc/ghc-hashtables-1.0.1.6
/usr/share/doc/ghc-hashtables-1.0.1.6/LICENSE

 
ICM