packages feed

safecopy 0.10.4.1 → 0.10.4.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~QuickCheckdep ~arraydep ~bytestring

Dependency ranges changed: QuickCheck, array, bytestring, cereal, containers, generic-data, lens, old-time, template-haskell, text, time, transformers, vector

Files

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.10.4.1+Version:             0.10.4.2 Synopsis:            Binary serialization with version control. Description:         An extension to Data.Serialize with built-in version control. Homepage:            https://github.com/acid-state/safecopy@@ -34,13 +34,13 @@   Build-depends:       base >=4.9 && <5,                        array < 0.6,                        cereal >= 0.5 && < 0.6,-                       bytestring < 0.11,+                       bytestring < 0.12,                        generic-data >= 0.3,                        containers >= 0.3 && < 0.7,                        old-time < 1.2,                        template-haskell < 2.18,                        text < 1.3,-                       time < 1.10,+                       time < 1.12,                        transformers < 0.6,                        vector >= 0.10 && < 0.13 @@ -62,7 +62,7 @@   Hs-Source-Dirs:      test/   GHC-Options:         -Wall -threaded -rtsopts -with-rtsopts=-N   Build-depends:       base, cereal, template-haskell, safecopy,-                       containers, time, array, vector, lens >= 4.7 && < 5.0,+                       containers, time, array, vector, lens >= 4.7 && < 5.1,                        lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck  Test-suite generic