name: profunctor-extras category: Control, Categories version: 0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental homepage: git://github.com/ekmett/profunctors/ copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Profunctor extras description: Profunctor extras build-type: Simple source-repository head type: git location: git://github.com/ekmett/profunctors.git library build-depends: base >= 4 && < 5, semigroupoids >= 1.2.2 && <= 1.3, comonad >= 1.1 && < 1.2, profunctors >= 0.1 && < 0.2 exposed-modules: Data.Profunctor.Composition ghc-options: -Wall