forked from pool/ghc-generic-monoid
21 lines
747 B
Plaintext
21 lines
747 B
Plaintext
|
name: generic-monoid
|
||
|
version: 0.1.0.1
|
||
|
x-revision: 1
|
||
|
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
|
||
|
build-depends: base >=4.11 && <4.17
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|