haskell-mmap 0.5.8-3 source package in Ubuntu

Changelog

haskell-mmap (0.5.8-3) unstable; urgency=low


  * Move Haskell blurb to the end of the description, reduces the impact
    of #708703

 -- Joachim Breitner <email address hidden>  Sat, 25 May 2013 23:52:30 +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-mmap_0.5.8-3.dsc 1.6 KiB 3faa5f174f57e32006296f0762ef5ebe364225e0865f69bac4f042b399f0d27d
haskell-mmap_0.5.8.orig.tar.gz 11.4 KiB fed460c4ded1953f027fccf705c7c09bc0a8e94bb14b024391387beb4b5afa9f
haskell-mmap_0.5.8-3.debian.tar.gz 4.9 KiB 39dfd478da738623a2fbc2bb534ad80401e989828582a0a260d5feebb296853b

Available diffs

No changes file available.

Binary packages built by this source

libghc-mmap-dev: No summary available for libghc-mmap-dev in ubuntu wily.

No description available for libghc-mmap-dev in ubuntu wily.

libghc-mmap-doc: No summary available for libghc-mmap-doc in ubuntu utopic.

No description available for libghc-mmap-doc in ubuntu utopic.

libghc-mmap-prof: Memory mapped files for POSIX and Windows; profiling libraries

 This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
 devices to be lazily loaded into memory as strict or lazy ByteStrings,
 ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
 loading. Modifications are also supported.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.