packages feed

cereal-derive 0.1.0 → 0.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cereal-derive.cabal view
@@ -2,7 +2,7 @@ -- MIT Licensed  Name: cereal-derive-Version: 0.1.0+Version: 0.1.1 License: GPL-3 License-File: COPYING Author: Jared Hance@@ -10,7 +10,7 @@ Build-Type: Simple Cabal-Version: >= 1.8 Category: Data-Synopsis: Automatic deriving of Binary using GHC.Generics+Synopsis: Automatic deriving of Serialize using GHC.Generics Description: This package provides deriveGet and derivePut which     can be used to quickly create an instance of Serialize for any type which     implements Generic. Naturally, this can be used with -XDeriveGeneric to not     have to write any boilerplate code.@@ -25,5 +25,5 @@  Source-Repository head     Type: git-    Location: https://github.com/jhance/binary-derive+    Location: https://github.com/jhance/cereal-derive