SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables-devel
Version : 1.0.1.8 Vendor : Fedora Project
Release : 2.fc19 Date : 2013-02-15 00:00:51
Group : Development/Libraries Source RPM : ghc-hashtables-1.0.1.8-2.fc19.src.rpm
Size : 3.50 MB
Packager : Fedora Project
Summary : Mutable hash tables in the ST monad development files
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.

This package contains the development files.

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-devel-1.0.1.8-2.fc19.i686.rpm
     Search for other platforms
ghc-hashtables-devel-1.0.1.8-2.fc19.sparc.rpm
ghc-hashtables-devel-1.0.1.8-2.fc19.alpha.rpm
ghc-hashtables-devel-1.0.1.8-2.fc19.ppc.rpm
ghc-hashtables-devel-1.0.1.8-2.fc19.ia64.rpm
ghc-hashtables-devel-1.0.1.8-2.fc19.s390.rpm

Provides :
ghc-hashtables-doc
ghc-hashtables-prof
ghc-hashtables-devel
ghc-hashtables-devel(x86-32)
ghc-devel(hashtables-1.0.1.8-9a6bef1b2c7b743fcc31dfd7c465ab72)

Requires :
ghc-devel(ghc-prim-0.2.0.0-23f345e1ec26a64d5ebc768bd0b2a5d9)
ghc-devel(base-4.5.1.0-6909ea031307e047b8ba5b23968c534b)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
ghc-devel(vector-0.10.0.1-fdf8e0c3f3c1cae1113ab97c34aa5c14)
ghc-devel(hashable-1.1.2.5-8673a409fc6e91655016fe97b6400d01)
ghc-compiler = 7.4.2
rpmlib(PayloadIsXz) <= 5.2-1
/bin/sh
ghc(hashtables-1.0.1.8-9a6bef1b2c7b743fcc31dfd7c465ab72)
ghc-hashtables = 1.0.1.8-2.fc19
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ghc-devel(primitive-0.5.0.1-a269ac922313cfdb63da08f8624fba7d)


Content of RPM :
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Class.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Class.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Class.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/IO.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/IO.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/IO.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Array.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Array.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Array.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/CacheLine.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/CacheLine.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/CacheLine.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/CheapPseudoRandomBitStream.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/CheapPseudoRandomBitStream.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/CheapPseudoRandomBitStream.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/IntArray.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/IntArray.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/IntArray.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Linear
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Linear/Bucket.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Linear/Bucket.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Linear/Bucket.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/UnsafeTricks.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/UnsafeTricks.hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/UnsafeTricks.p_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Utils.dyn_hi
/usr/lib/ghc-7.4.2/hashtables-1.0.1.8/Data/HashTable/Internal/Utils.hi
There is 53 files more in these RPM.

 
ICM