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

Changelog

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

  * New upstream release

 -- Clint Adams <email address hidden>  Sun, 10 Jan 2016 21:09:18 -0500

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.14.0-1.dsc 2.8 KiB 90c90d833f543d230f541f1221ea9ec0684a218fb4c53c666895f9c1d22f1e16
haskell-acid-state_0.14.0.orig.tar.gz 34.6 KiB db7cc0fdfe0af9757f448a4184c88d5a8f2ac5e014bea1623a6272821a510621
haskell-acid-state_0.14.0-1.debian.tar.xz 2.6 KiB b5ac056a25acee605969ce1b74f98ca081fc9de9d154099421dd7f01c623ff79

Available diffs

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.