haskell-murmur-hash 0.1.0.6-2 source package in Ubuntu

Changelog

haskell-murmur-hash (0.1.0.6-2) unstable; urgency=low


  * Enable compat level 9

 -- Joachim Breitner <email address hidden>  Fri, 24 May 2013 12:51:29 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-murmur-hash_0.1.0.6-2.dsc 1.6 KiB 6a7b722d394680b7996773c8a95378ea4970575749858cef080a7034ffb3cdb4
haskell-murmur-hash_0.1.0.6.orig.tar.gz 4.0 KiB ff5a8032599c5f95eb36fd4f3231e2770f6093088e13a977260ef4a406e5d372
haskell-murmur-hash_0.1.0.6-2.debian.tar.gz 2.3 KiB 92703c70a4990ffd21662d5284b6dff5c99af0af28ddf8c2e6eff5c6b596a4c6

Available diffs

No changes file available.

Binary packages built by this source

libghc-murmur-hash-dev: No summary available for libghc-murmur-hash-dev in ubuntu utopic.

No description available for libghc-murmur-hash-dev in ubuntu utopic.

libghc-murmur-hash-doc: No summary available for libghc-murmur-hash-doc in ubuntu saucy.

No description available for libghc-murmur-hash-doc in ubuntu saucy.

libghc-murmur-hash-prof: MurmurHash2 implementation for Haskell.; profiling libraries

 Implements MurmurHash2, a good, fast, general-purpose,
 non-cryptographic hashing function. See
 <http://murmurhash.googlepages.com/> for details.
 .
 This implementation is pure Haskell, so it might be a bit slower
 than a C FFI binding.
 .
 This package contains the libraries compiled with profiling enabled.