packages feed

product-profunctors-0.5: product-profunctors.cabal

name:          product-profunctors
version:       0.5
synopsis:      product-profunctors
description:   Product profunctors
homepage:      https://github.com/tomjaguarpaw/product-profunctors
license:       BSD3
license-File:  LICENSE
author:        Purely Agile
maintainer:    Purely Agile
category:      Control, Category
build-type:    Simple
cabal-version: >= 1.6

source-repository head
  Type:     git
  Location: https://github.com/tomjaguarpaw/product-profunctors

library
  build-depends:   base >= 4 && < 5
                 , profunctors >= 4.0 && < 4.3
                 , contravariant >= 0.4 && < 1.3
                 , template-haskell
  exposed-modules: Data.Profunctor.Product,
                   Data.Profunctor.Product.Default,
                   Data.Profunctor.Product.Flatten,
                   Data.Profunctor.Product.TH,
                   Data.Profunctor.Product.Tuples
  ghc-options:     -Wall