packages feed

acid-state 0.1 → 0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep +mtldep −monads-fdPVP ok

version bump matches the API change (PVP)

Dependencies added: mtl

Dependencies removed: monads-fd

API changes (from Hackage documentation)

Files

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.1+Version:             0.2  -- A short (one-line) description of the package. Synopsis:            Add ACID guarantees to any serializable Haskell data structure.@@ -53,7 +53,7 @@      -- Packages needed in order to build this package.   Build-depends:       base >= 4 && < 5, binary, bytestring, stm, filepath, directory,-                       monads-fd, array, containers+                       mtl, array, containers    Hs-Source-Dirs:         src/