haskell-mutable-containers 0.3.4-2build1 source package in Ubuntu

Changelog

haskell-mutable-containers (0.3.4-2build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 14:54:45 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mutable-containers_0.3.4.orig.tar.gz 12.0 KiB 641966e0adee48badb8bf07037af6c879480e4e97f673d9e2b84fbf43685137e
haskell-mutable-containers_0.3.4-2build1.debian.tar.xz 2.9 KiB cb376ba473b950421a49abdd53ed9487e096ab2616e82d000e946a6c56453de4
haskell-mutable-containers_0.3.4-2build1.dsc 2.7 KiB 193c3c1082cef2d56ab108ef606cfbd3ef3010876c433b2ba8d042a1e18d1002

View changes file

Binary packages built by this source

libghc-mutable-containers-dev: No summary available for libghc-mutable-containers-dev in ubuntu eoan.

No description available for libghc-mutable-containers-dev in ubuntu eoan.

libghc-mutable-containers-doc: No summary available for libghc-mutable-containers-doc in ubuntu groovy.

No description available for libghc-mutable-containers-doc in ubuntu groovy.

libghc-mutable-containers-prof: abstactions and concrete implementations of mutable containers; profiling libraries

 One of Haskell's strengths is immutable data structures. These structures make
 it easier to reason about code, simplify concurrency and parallelism, and in
 some cases can improve performance by allowing sharing. However, there are
 still classes of problems where mutable data structures can both be more
 convenient, and provide a performance boost. This library is meant to provide
 such structures in a performant, well tested way. It also provides a simple
 abstraction over such data structures via typeclasses.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.