SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-hashtables rpm build for : RedHat EL 7. For other distributions click ghc-hashtables.

Name : ghc-hashtables
Version : 1.0.1.8 Vendor : Fedora Project
Release : 4.el7 Date : 2016-12-01 08:22:41
Group : Unspecified Source RPM : ghc-hashtables-1.0.1.8-4.el7.src.rpm
Size : 0.39 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: /vol/rzm3/linux-fedora-buffet/epel/7/x86_64/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.0.1.8-4.el7.x86_64.rpm
ftp.icm.edu.pl  ghc-hashtables-1.0.1.8-4.el7.x86_64.rpm
ftp.icm.edu.pl  ghc-hashtables-1.0.1.8-4.el7.x86_64.rpm
ftp.icm.edu.pl  ghc-hashtables-1.0.1.8-4.el7.x86_64.rpm
ftp.icm.edu.pl  ghc-hashtables-1.0.1.8-4.el7.x86_64.rpm
     

Provides :
ghc(hashtables-1.0.1.8-5c2e4e88deafeef23cb7e760fce1f340)
ghc-hashtables
ghc-hashtables(x86-64)
libHShashtables-1.0.1.8-ghc7.6.3.so()(64bit)

Requires :
libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
libc.so.6()(64bit)
libHSvector-0.10.0.1-ghc7.6.3.so()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit)
ghc(primitive-0.5.0.1-8e5f40b409f7bb31ae1acfb125279700)
libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
rtld(GNU_HASH)
ghc(ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit)
libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
ghc(hashable-1.1.2.5-e0f2541518f84d3123a819112b4ffe20)
ghc(vector-0.10.0.1-869166d5d49db46ce6c328ea5f8defbf)
rpmlib(PayloadIsXz) <= 5.2-1
libHShashable-1.1.2.5-ghc7.6.3.so()(64bit)
libHSarray-0.4.0.1-ghc7.6.3.so()(64bit)
ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
libHStext-0.11.3.1-ghc7.6.3.so()(64bit)
libHSprimitive-0.5.0.1-ghc7.6.3.so()(64bit)


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

 
ICM