packages feed

cereal-text 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

cereal-text.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                cereal-text-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Data.Text instances for the cereal serialization library description:         Data.Text instances for the cereal serialization library.                      .@@ -31,6 +31,6 @@   exposed-modules: Data.Serialize.Text   -- other-modules:          -- other-extensions:    -  build-depends:       base >= 4.0 && <4.8, cereal >= 0.2, text >= 0.10+  build-depends:       base >= 4.0 && <4.9, cereal >= 0.2, text >= 0.10   -- hs-source-dirs:         default-language:    Haskell2010