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

Changelog

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

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <email address hidden>  Thu, 21 Jul 2022 16:29:54 -0400

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

Downloads

File Size SHA-256 Checksum
haskell-acid-state_0.16.1.1-1.dsc 2.7 KiB 474158a4d5e274b67c722ce906e4858cc0b10ab1d7cc8460d2551fbe5941c590
haskell-acid-state_0.16.1.1.orig.tar.gz 66.8 KiB 8a35cacb22e0c32576e5024848485dbe67f9bf807ec9b09260cf73d8ca5c0c16
haskell-acid-state_0.16.1.1-1.debian.tar.xz 3.1 KiB 1e215e238cd310336ae57158fb91d3c29ff71a8d3744acec2499fc65c963a406

No changes file available.

Binary packages built by this source

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

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

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

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

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.