safecopy-store 0.9.5 → 0.9.6
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~template-haskelldep ~time
Dependency ranges changed: template-haskell, time
Files
- CHANGELOG.md +5/−0
- safecopy-store.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.9.6+=====++ - push upper bounds for time and template-haskell.+ 0.9.5 =====
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.5+Version: 0.9.6 Synopsis: Binary serialization with version control. Description: Fork of safecopy that uses store instead of cereal. Homepage: https://github.com/NCrashed/safecopy@@ -36,9 +36,9 @@ old-time < 1.2, store >= 0.3 && < 0.5, store-core >= 0.3 && < 0.5,- template-haskell < 2.12,+ template-haskell < 2.13, text < 1.3,- time < 1.7,+ time < 1.9, vector >= 0.10 && < 0.13 -- Modules not exported by this package.