name: profunctor-extras category: Control, Categories version: 0.1.2 x-revision: 1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental homepage: http://github.com/ekmett/profunctor-extras/ 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/profunctor-extras.git library -- broken release due to incomplete build-depends; fixed in 0.2 build-depends: base<0 build-depends: base >= 4 && < 5, semigroupoids >= 1.2.2 && <= 1.3, comonad >= 1.1 && < 1.2, profunctors >= 0.1.1 && < 0.2 exposed-modules: Data.Profunctor.Composition Data.Profunctor.Collage ghc-options: -Wall