packages feed

squares-0: squares.cabal

cabal-version:       >=1.10

name:                squares
version:             0
synopsis:            The double category of Hask functors and profunctors
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

library
  exposed-modules:     Data.Square
                       Data.Type.List
                       Data.Functor.Compose.List
                       Data.Profunctor.Composition.List
                       Data.Profunctor.Square
                       Data.Traversable.Square
                       Control.Monad.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