name: category version: 0.1.0.1 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 other-modules: Prelude build-depends: base >=4.10 && <5 default-language: Haskell2010 default-extensions: LambdaCase , PolyKinds , DeriveDataTypeable ghc-options: -Wall