haskell-acid-state 0.16.0.1-1build3 source package in Ubuntu

Changelog

haskell-acid-state (0.16.0.1-1build3) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:18:58 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-acid-state_0.16.0.1.orig.tar.gz 65.1 KiB 0879337b91b694e311620754652a825467f1d72a16c2f48fa3e2242e00b81859
haskell-acid-state_0.16.0.1-1build3.debian.tar.xz 3.3 KiB ba52bcca8fbe1c6192452fd2303e3767359edaf800646690fbb1360fe98f38f3
haskell-acid-state_0.16.0.1-1build3.dsc 2.8 KiB 25e44bab4eefa74d934c89ddf84a6962d147a365c6f8d3290283c35bce62f3ff

View changes file

Binary packages built by this source

libghc-acid-state-dev: No summary available for libghc-acid-state-dev in ubuntu impish.

No description available for libghc-acid-state-dev in ubuntu impish.

libghc-acid-state-doc: No summary available for libghc-acid-state-doc in ubuntu hirsute.

No description available for libghc-acid-state-doc in ubuntu hirsute.

libghc-acid-state-prof: Haskell database library with ACID guarantees - GHC profiling libraries; profiling libraries

 AcidState is a Haskell library to store serializable Haskell
 structures, guaranteeing that transactions support the ACID
 semantic. That is, they must be atomic (a transaction must be
 completely saved or completely rolled back), consistent (after each
 transaction the state of the database must be valid), isolated (two
 parallel transaction must not interfere with each other) and durable
 (a successful transaction must be reliably stored to a persistent
 memory).
 .
 This library supports both storing data on the local disk and via a
 network server.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell. It obsoletes the package
 haskell-happstack-state.