name:                hs-functors
version:             0.1.0.0
synopsis:            Functors from products of Haskell and its dual to Haskell
-- description:         
license:             BSD3
license-file:        LICENSE
author:              M Farkas-Dyck
maintainer:          m.farkasdyck@gmail.com
-- copyright:           
category:            Math
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.Functor.Contravariant
  exposed-modules:     Data.Profunctor
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.9 && <4.12
                     , transformers >=0.4.2 && <0.6
  -- hs-source-dirs:      
  default-language:    Haskell2010
  default-extensions:  StandaloneDeriving
                     , GeneralizedNewtypeDeriving