SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.0.1.8 Vendor : Fedora Project
Release : 2.fc19 Date : 2013-02-15 00:00:51
Group : Unspecified Source RPM : ghc-hashtables-1.0.1.8-2.fc19.src.rpm
Size : 0.35 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/19/Everything/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-hashtables
ghc-hashtables(x86-32)
ghc(hashtables-1.0.1.8-9a6bef1b2c7b743fcc31dfd7c465ab72)
libHShashtables-1.0.1.8-ghc7.4.2.so

Requires :
ghc(primitive-0.5.0.1-a269ac922313cfdb63da08f8624fba7d)
libHShashable-1.1.2.5-ghc7.4.2.so
libHSbytestring-0.9.2.1-ghc7.4.2.so
libc.so.6(GLIBC_2.0)
rtld(GNU_HASH)
libHSghc-prim-0.2.0.0-ghc7.4.2.so
ghc(hashable-1.1.2.5-8673a409fc6e91655016fe97b6400d01)
libHSbase-4.5.1.0-ghc7.4.2.so
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ghc(base-4.5.1.0-6909ea031307e047b8ba5b23968c534b)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6(GLIBC_2.1.3)
rpmlib(PayloadIsXz) <= 5.2-1
libHSvector-0.10.0.1-ghc7.4.2.so
libHSinteger-gmp-0.4.0.0-ghc7.4.2.so
libHSdeepseq-1.3.0.0-ghc7.4.2.so
ghc(vector-0.10.0.1-fdf8e0c3f3c1cae1113ab97c34aa5c14)
libHSarray-0.4.0.0-ghc7.4.2.so
libc.so.6
libHStext-0.11.2.3-ghc7.4.2.so
libHSprimitive-0.5.0.1-ghc7.4.2.so
libgmp.so.10
ghc(ghc-prim-0.2.0.0-23f345e1ec26a64d5ebc768bd0b2a5d9)


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

 
ICM