haskell-acid-state 0.12.4-2 source package in Ubuntu

Changelog

haskell-acid-state (0.12.4-2) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:03 -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.12.4-2.dsc 2.8 KiB 79b2bf4638c965ed2992a9c4261cdbb59d8b0327154b9006f48e0f3567ac8236
haskell-acid-state_0.12.4-2.debian.tar.xz 2.6 KiB 3654c0c5b6d38e66557c54669723106ed0a8d9dbef1743593f1a64d48351ae1e
haskell-acid-state_0.12.4.orig.tar.gz 33.7 KiB 4d2db186740e8d33fab5c6fd7ef2364e0f6bc39bdf58be845fb0a57893b86255

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.