packages feed

derive-IG-0.1: README

* Installation
> cabal configure && cabal build && cabal install

* Usage
> import Generics.Instant
> import Generics.Instant.Derive
> 
> derive ''Either
> deriveWith ''() [Just "Unit_Unit"]