Cabal revisions of category-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: category-version: 0.2.0.0-synopsis: Categorical types and classes--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com--- copyright: -category: Control, Math-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Control.Categorical.Functor- , Control.Category.Const2- , 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: UnicodeSyntax- , LambdaCase- , PolyKinds- , ConstraintKinds- , MultiParamTypeClasses- , FlexibleContexts- , FlexibleInstances- , GeneralizedNewtypeDeriving- ghc-options: -Wall+name: category +version: 0.2.0.0 +x-revision: 1 +synopsis: Categorical types and classes +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +-- copyright: +category: Control, Math +build-type: Simple +cabal-version: >=1.10 +bug-reports: http://github.com/strake/category.hs/issues + +library + exposed-modules: Control.Categorical.Functor + , Control.Category.Const2 + , 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: UnicodeSyntax + , LambdaCase + , PolyKinds + , ConstraintKinds + , MultiParamTypeClasses + , FlexibleContexts + , FlexibleInstances + , GeneralizedNewtypeDeriving + ghc-options: -Wall + +source-repository head + type: git + location: http://github.com/strake/category.hs.git