name: genifunctors
version: 0.4
synopsis: Generate generalized fmap, foldMap and traverse
description: Generate (derive) fmap, foldMap and traverse for Bifunctors, Trifunctors, or a functor with any arity
license: BSD3
license-file: LICENSE
author: Dan Rosén
maintainer: danr@chalmers.se
category: Generics
build-type: Simple
cabal-version: >=1.10
homepage: https://github.com/danr/genifunctors
bug-reports: https://github.com/danr/genifunctors/issues
extra-source-files: TestTypes.hs changelog
source-repository head
type: git
location: git://github.com/danr/genifunctors.git
library
exposed-modules: Data.Generics.Genifunctors
other-extensions: TemplateHaskell, PatternGuards, RecordWildCards
build-depends: base >= 4 && < 5,
template-haskell < 3,
mtl,
containers
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
build-depends: base, template-haskell < 3, mtl, containers
default-language: Haskell2010