@hackage cereal-derive0.1.1

Automatic deriving of Serialize using GHC.Generics

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.