2021-06-22 17:19:21 +02:00
|
|
|
name: generic-monoid
|
|
|
|
version: 0.1.0.1
|
2023-01-18 13:09:53 +01:00
|
|
|
x-revision: 2
|
2021-06-22 17:19:21 +02:00
|
|
|
synopsis: Derive monoid instances for product types.
|
|
|
|
description: Using GHC's generics, allow for deriving `Monoid` and `Semigroup` instances for your product types.
|
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Luke Clifton
|
|
|
|
maintainer: lukec@themk.net
|
|
|
|
copyright: 2018 Luke Clifton
|
|
|
|
category: Data
|
|
|
|
build-type: Simple
|
|
|
|
extra-source-files: ChangeLog.md
|
|
|
|
cabal-version: >=1.10
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules: Data.Semigroup.Generic, Data.Monoid.Generic
|
2023-01-18 13:09:53 +01:00
|
|
|
build-depends: base >=4.11 && <4.19
|
2021-06-22 17:19:21 +02:00
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|