packages feed

safecopy-store 0.9.2 → 0.9.3

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~storedep ~store-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: store, store-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+0.9.3+=====++ - compatible with lts-8.11+ 0.9.1 ===== 
safecopy-store.cabal view
@@ -3,7 +3,7 @@ -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name:                safecopy-store-Version:             0.9.2+Version:             0.9.3 Synopsis:            Binary serialization with version control. Description:         Fork of safecopy that uses store instead of cereal. Homepage:            https://github.com/NCrashed/safecopy@@ -34,8 +34,8 @@                        bytestring < 0.11,                        containers >= 0.3 && < 0.6,                        old-time < 1.2,-                       store >= 0.3 && < 0.4,-                       store-core >= 0.3 && < 0.4,+                       store >= 0.3 && < 0.5,+                       store-core >= 0.3 && < 0.5,                        template-haskell < 2.12,                        text < 1.3,                        time < 1.7,