safecopy 0.9.3.2 → 0.9.3.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~template-haskelldep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell, time
API changes (from Hackage documentation)
Files
- safecopy.cabal +3/−3
safecopy.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-Version: 0.9.3.2+Version: 0.9.3.3 Synopsis: Binary serialization with version control. Description: An extension to Data.Serialize with built-in version control. Homepage: https://github.com/acid-state/safecopy@@ -36,9 +36,9 @@ bytestring < 0.11, containers >= 0.3 && < 0.6, old-time < 1.2,- template-haskell < 2.12,+ template-haskell < 2.13, text < 1.3,- time < 1.7,+ time < 1.9, vector >= 0.10 && < 0.13 if !impl(ghc > 8.0)