packages feed

safecopy 0.10.2 → 0.10.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~template-haskell

Dependency ranges changed: template-haskell

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.2+Version:             0.10.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@@ -15,7 +15,7 @@ Build-type:          Simple Extra-source-files: CHANGELOG.md Cabal-version:       >=1.8-tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1  Source-repository head   type:          git@@ -37,7 +37,7 @@                        generic-data >= 0.3,                        containers >= 0.3 && < 0.7,                        old-time < 1.2,-                       template-haskell < 2.16,+                       template-haskell < 2.17,                        text < 1.3,                        time < 1.10,                        transformers < 0.6,