SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.1.2.1 Vendor : Fedora Project
Release : 1.fc22 Date : 2015-01-28 09:34:05
Group : Unspecified Source RPM : ghc-hashtables-1.1.2.1-1.fc22.src.rpm
Size : 0.36 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/22/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.1.2.1-1.fc22.x86_64.rpm
     

Provides :
ghc(hashtables-1.1.2.1-9be740b50fbe843ec3f149ce70c66bd8)
ghc-hashtables
ghc-hashtables(x86-64)
libHShashtables-1.1.2.1-ghc7.8.4.so()(64bit)

Requires :
libc.so.6()(64bit)
libHSarray-0.5.0.0-ghc7.8.4.so()(64bit)
ghc(vector-0.10.9.1-2f5cf77c20260b20755a9f1aebe4529b)
ghc(base-4.7.0.2-cb23b5265b6e147094c0cd9ac819acb1)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libHSvector-0.10.9.1-ghc7.8.4.so()(64bit)
libHStext-1.1.1.3-ghc7.8.4.so()(64bit)
libHSprimitive-0.5.2.1-ghc7.8.4.so()(64bit)
libHSbase-4.7.0.2-ghc7.8.4.so()(64bit)
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ghc(ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37)
libHSdeepseq-1.3.0.2-ghc7.8.4.so()(64bit)
ghc(primitive-0.5.2.1-1efb6a710569a6a23b761d538e2c75d2)
libHSinteger-gmp-0.5.1.0-ghc7.8.4.so()(64bit)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSghc-prim-0.3.1.0-ghc7.8.4.so()(64bit)
ghc(hashable-1.2.2.0-c8b5f918fdaae07b36b06d55f8ca3719)
rpmlib(PayloadIsXz) <= 5.2-1
libHSbytestring-0.10.4.0-ghc7.8.4.so()(64bit)
libHShashable-1.2.2.0-ghc7.8.4.so()(64bit)


Content of RPM :
/usr/lib64/ghc-7.8.4/hashtables-1.1.2.1
/usr/lib64/ghc-7.8.4/hashtables-1.1.2.1/libHShashtables-1.1.2.1-ghc7.8.4.so
/usr/share/doc/ghc-hashtables
/usr/share/doc/ghc-hashtables/LICENSE

 
ICM