SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.0.1.8 Vendor : Fedora Project
Release : 6.fc21 Date : 2014-08-16 20:26:44
Group : Unspecified Source RPM : ghc-hashtables-1.0.1.8-6.fc21.src.rpm
Size : 0.32 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/releases/21/Everything/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.0.1.8-6.fc21.i686.rpm
     Search for other platforms
ghc-hashtables-1.0.1.8-6.fc21.sparc.rpm
ghc-hashtables-1.0.1.8-6.fc21.alpha.rpm
ghc-hashtables-1.0.1.8-6.fc21.ppc.rpm
ghc-hashtables-1.0.1.8-6.fc21.ia64.rpm
ghc-hashtables-1.0.1.8-6.fc21.s390.rpm

Provides :
ghc-hashtables
ghc-hashtables(x86-32)
ghc(hashtables-1.0.1.8-ea7e4d9be4ffb2917a684e7297a606bb)
libHShashtables-1.0.1.8-ghc7.6.3.so

Requires :
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(primitive-0.5.0.1-260c8f143868c49f07653c18a9e6d8dc)
libc.so.6(GLIBC_2.0)
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
libHSvector-0.10.0.1-ghc7.6.3.so
ghc(hashable-1.1.2.5-93ac9e8f4902e70447854e208345383a)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSprimitive-0.5.0.1-ghc7.6.3.so
libc.so.6(GLIBC_2.1.3)
libHSarray-0.4.0.1-ghc7.6.3.so
ghc(ghc-prim-0.3.0.0-00db43fcd2f6e2a73243bdb496b765e0)
rpmlib(PayloadIsXz) <= 5.2-1
ghc(vector-0.10.0.1-8398066fa66cdbff397fa1d47fe95cbe)
libc.so.6
libHShashable-1.1.2.5-ghc7.6.3.so
libHStext-0.11.3.1-ghc7.6.3.so
libHSghc-prim-0.3.0.0-ghc7.6.3.so
libgmp.so.10


Content of RPM :
/usr/lib/ghc-7.6.3/hashtables-1.0.1.8
/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/libHShashtables-1.0.1.8-ghc7.6.3.so
/usr/share/doc/ghc-hashtables
/usr/share/doc/ghc-hashtables/LICENSE

 
ICM