cabal-version: >=1.10 name: squares version: 0.0.1 synopsis: The double category of Hask functors and profunctors description: A library for working with natural transformations of type @forall a b. p a b -> q (f a) (g b)@. homepage: https://github.com/sjoerdvisscher/squares bug-reports: https://github.com/sjoerdvisscher/squares/issues license: BSD3 license-file: LICENSE author: Sjoerd Visscher maintainer: sjoerd@w3future.com category: Math build-type: Simple extra-source-files: CHANGELOG.md README.md library exposed-modules: Data.Square Data.Type.List Data.Functor.Compose.List Data.Profunctor.Composition.List Control.Arrow.Square Control.Monad.Square Data.Profunctor.Square Data.Traversable.Square build-depends: base == 4.*, profunctors == 5.* hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: git://github.com/sjoerdvisscher/squares.git