packages feed

profunctor-arrows-0.0.1: profunctor-arrows.cabal

cabal-version: >= 1.10

name:           profunctor-arrows
version:        0.0.1
synopsis:       Profunctor arrows
description:    Free prearrows and arrows for profunctors.
category:       Data, Profunctors
homepage:       https://github.com/cmk/profunctor-arrows
bug-reports:    https://github.com/cmk/profunctor-arrows/issues
author:         Chris McKinlay
maintainer:     Chris McKinlay
copyright:      2019 Chris McKinlay
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:  ChangeLog.md

source-repository head
  type: git
  location: https://github.com/cmk/profunctor-arrows

library
  exposed-modules:
      Data.Profunctor.Arrow
      Data.Profunctor.Arrow.Free
      Data.Profunctor.Arrow.Adapter
      Data.Profunctor.Arrow.Affine
      Data.Profunctor.Arrow.Choice
      Data.Profunctor.Arrow.Closed
      Data.Profunctor.Arrow.Strong
      Data.Profunctor.Arrow.Traversing
  other-modules:
      Data.Profunctor.Arrow.Internal
  hs-source-dirs:
      src
  default-extensions:
      RankNTypes
      ConstraintKinds
      TypeFamilies
      TupleSections
      TypeOperators
      FlexibleContexts
      FlexibleInstances
  default-language: Haskell2010
  ghc-options: -Wall
  build-depends:
      base              >= 4.9   && < 5.0
    , lawz              >= 0.1.1 && < 1.0
    , comonad           >= 4     && < 6
    , profunctors       >= 5.3   && < 6