generic-monoid

Derive monoid instances for product types.

Version on this page:0.1.0.1@rev:2
LTS Haskell 22.13:0.1.0.1@rev:3
Stackage Nightly 2024-03-14:0.1.0.1@rev:3
Latest on Hackage:0.1.0.1@rev:3

See all snapshots generic-monoid appears in

BSD-3-Clause licensed by Luke Clifton
Maintained by [email protected]
This version can be pinned in stack with:generic-monoid-0.1.0.1@sha256:a3987d6bdc9397f85f57a6c39128e3833056701ebe1235e25bb3586c589a705c,747

Module documentation for 0.1.0.1

Depends on 1 package(full list with versions):
Used by 2 packages in lts-20.3(full list with versions):

Using GHC's generics, allow for deriving Monoid and Semigroup instances for your product types.

Changes

Revision history for generic-monoid

0.1.0.1 – 2020-06-14

  • Support GHC 8.4

0.1.0.0 – 2018-12-12

  • Initial release.