haskell-mutable-containers 0.3.4.1-1build1 source package in Ubuntu

Changelog

haskell-mutable-containers (0.3.4.1-1build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 23:42:48 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mutable-containers_0.3.4.1.orig.tar.gz 11.9 KiB 79429ec69c94ad08946bd1de1fe1c261d017b47258c99fe97ca0238d5a6c36cf
haskell-mutable-containers_0.3.4.1-1build1.debian.tar.xz 2.9 KiB b694718e8eae0fb4f6bc4299a6888c9ad62e2c857c528cfc0584e59fd611ea6b
haskell-mutable-containers_0.3.4.1-1build1.dsc 2.7 KiB 9c444c083ad1cb88174f422183605798d54a0167270393ba26c8b8875d2636e2

View changes file

Binary packages built by this source

libghc-mutable-containers-dev: abstactions and concrete implementations of mutable containers

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-mutable-containers-doc: abstactions and concrete implementations of mutable containers; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.