acid-state 0.3 → 0.3.1
raw patch · 4 files changed
+4/−4 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- acid-state.cabal +1/−1
- src/Data/Acid.hs +1/−1
- src/Data/Acid/Core.hs +1/−1
- src/Data/Acid/Local.hs +1/−1
acid-state.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.3+Version: 0.3.1 -- A short (one-line) description of the package. Synopsis: Add ACID guarantees to any serializable Haskell data structure.
src/Data/Acid.hs view
@@ -4,7 +4,7 @@ Copyright : PublicDomain Maintainer : lemmih@gmail.com- Portability : portable+ Portability : non-portable (uses GHC extensions) AcidState container using a transaction log on disk.
src/Data/Acid/Core.hs view
@@ -6,7 +6,7 @@ -- Copyright : PublicDomain -- -- Maintainer : lemmih@gmail.com--- Portability : portable+-- Portability : non-portable (uses GHC extensions) -- -- Low-level controls for transaction-based state changes. This module defines -- structures and tools for running state modifiers indexed either by an Method
src/Data/Acid/Local.hs view
@@ -6,7 +6,7 @@ -- Copyright : PublicDomain -- -- Maintainer : lemmih@gmail.com--- Portability : portable+-- Portability : non-portable (uses GHC extensions) -- -- AcidState container using a transaction log on disk. The term \'Event\' is -- loosely used for transactions with ACID guarantees. \'Method\' is loosely