packages feed

Cabal revisions of product-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                product-version:             0.1.0.0-synopsis:            Product category--- 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:     Control.Category.Product-  other-modules:       Prelude-  -- other-extensions:    -  build-depends:       base >=4.10 && <5-                     , category-  -- hs-source-dirs:      -  default-language:    Haskell2010-  default-extensions:  UnicodeSyntax-                     , TypeOperators-                     , ScopedTypeVariables-                     , InstanceSigs-                     , PolyKinds-                     , DataKinds-                     , TypeFamilies-                     , GADTs+name:                product
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Product category
+-- 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:     Control.Category.Product
+  other-modules:       Prelude
+  -- other-extensions:    
+  build-depends:       base >=4.10 && <5
+                     , category
+  -- hs-source-dirs:      
+  default-language:    Haskell2010
+  default-extensions:  UnicodeSyntax
+                     , TypeOperators
+                     , ScopedTypeVariables
+                     , InstanceSigs
+                     , PolyKinds
+                     , DataKinds
+                     , TypeFamilies
+                     , GADTs
+
+source-repository head
+  type:     git
+  location: https://github.com/strake/product.hs
revision 2
 name:                product
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            Product category
 -- description:         
 license:             BSD3
 license-file:        LICENSE
 author:              M Farkas-Dyck
-maintainer:          m.farkasdyck@gmail.com
+maintainer:          None
 -- copyright:           
 category:            Math
 build-type:          Simple
                      , DataKinds
                      , TypeFamilies
                      , GADTs
-
-source-repository head
-  type:     git
-  location: https://github.com/strake/product.hs