name:                category
version:             0.1.1.0
synopsis:            Categorical types and classes
-- description:         
license:             BSD3
license-file:        LICENSE
author:              M Farkas-Dyck
maintainer:          strake888@gmail.com
-- copyright:           
category:            Control
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Control.Category.Dual
                     , Control.Category.Groupoid
                     , Data.Morphism.Endo
                     , Data.Morphism.Iso
  other-modules:       Prelude
  build-depends:       base >=4.10 && <5
                     , alg >=0.2 && <0.3
  default-language:    Haskell2010
  default-extensions:  LambdaCase
                     , PolyKinds
                     , DeriveDataTypeable
  ghc-options:         -Wall