haskell-acid-state 0.16.1.3-1 source package in Ubuntu

Changelog

haskell-acid-state (0.16.1.3-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.2
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Sat, 07 Oct 2023 10:53:58 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe haskell
Noble release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-acid-state_0.16.1.3-1.dsc 2.7 KiB 037c6dc9d967438b68a10b3d386f7cea951304ddbc7c31d27abefa7fff74e923
haskell-acid-state_0.16.1.3.orig.tar.gz 67.0 KiB 45f33d95a78f6d29165b156664170b7a1cbb47612b31cebc489b2a737f7faf6e
haskell-acid-state_0.16.1.3-1.debian.tar.xz 3.2 KiB ca3f9a57889963e341274de9779ffa94a91b3737d9810637477d594bcf57274a

No changes file available.

Binary packages built by this source

libghc-acid-state-dev: Haskell database library with ACID guarantees - GHC 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.
 See http://www.haskell.org/ for more information on Haskell. It
 obsoletes the package haskell-happstack-state.

libghc-acid-state-doc: Haskell database library with ACID guarantees - documentation; documentation

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

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.