binary-derive 0.1 → 0.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- binary-derive.cabal +3/−3
binary-derive.cabal view
@@ -2,7 +2,7 @@ -- MIT Licensed Name: binary-derive-Version: 0.1+Version: 0.1.0 License: GPL-3 License-File: COPYING Author: Jared Hance@@ -11,8 +11,8 @@ Cabal-Version: >= 1.8 Category: Data Synopsis: Automatic deriving of Binary using GHC.Generics-Description: This package provides deriveGet and derivePut, respectively, which- each can be used to quickly create an instance of Binary for any time which+Description: This package provides deriveGet and derivePut which+ can be used to quickly create an instance of Binary for any time which implements Generic. Naturally, this can be used with -XDeriveGeneric to not have to write any boilerplate code. This differs from binary-generic which relies on the Data class instead and doesn't seem to have quite the same implementation philosophy. Once Ghc 7.2 is stable, this could be combined