haskell-acid-state 0.14.3-3build1 source package in Ubuntu

Changelog

haskell-acid-state (0.14.3-3build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:42:33 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-acid-state_0.14.3.orig.tar.gz 36.7 KiB d502a953520e4e24d5f20e2dbfc20af93c0833ac46b73aadcb8c402319c210b5
haskell-acid-state_0.14.3-3build1.debian.tar.xz 3.1 KiB a5a720eb225eb490866eafc2b8a2857867b535cd3799e6df360299daed50d9a9
haskell-acid-state_0.14.3-3build1.dsc 2.6 KiB 123021a390e4f9b4308451da0845aa9280f7bc173c827167aaadedbca633e269

View changes file

Binary packages built by this source

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

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

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

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

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.