packages feed

representable-profunctors-0.4.0: representable-profunctors.cabal

name:          representable-profunctors
category:      Control, Categories
version:       0.4.0
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     experimental
homepage:      http://github.com/ekmett/representable-profunctors/
copyright:     Copyright (C) 2011 Edward A. Kmett
synopsis:      Representable profunctors
description:   Representable profunctors
build-type:    Simple

source-repository head
  type: git
  location: git://github.com/ekmett/representable-profunctors.git

library
  build-depends: 
    base >= 4 && < 5,
    comonad >= 1.1 && < 1.2,
    profunctors >= 0.1.1 && < 0.2,
    profunctor-extras >= 0.3.1 && < 0.4,
    transformers >= 0.2.2.0 && < 0.3

  exposed-modules:
    Data.Profunctor.Representable
    Data.Profunctor.Corepresentable

  ghc-options:      -Wall