packages feed

Cabal revisions of commutative-semigroups-0.1.0.0

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

revision 1
-cabal-version:       2.4-name:                commutative-semigroups-version:             0.1.0.0-synopsis:            Commutative semigroups-description:-  A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.-license:             BSD-3-Clause-license-file:        LICENSE-author:              Nathan "Taneb" van Doorn-maintainer:          mainainer@obsidian.systems-copyright:           Copyright (C) 2013 Nathan van Doorn, 2021 Obsidian Systems LLC-category:            Algebra, Data, Math-build-type:          Simple-bug-reports:         https://github.com/ObsidianSystems/commutative-semigroups/issues-extra-source-files:-  ChangeLog.md-  ReadMe.md--source-repository head-  type:     git-  location: https://github.com/ObsidianSystems/commutative-semigroups.git--library-  exposed-modules:     Data.Semigroup.Commutative-                       Numeric.Product.Commutative-  -- other-modules:-  build-depends:       base >= 4.6 && < 4.17,-                       containers >= 0.4 && < 0.7-  hs-source-dirs:      src+cabal-version:       2.4
+name:                commutative-semigroups
+version:             0.1.0.0
+x-revision:          1
+synopsis:            Commutative semigroups
+description:
+  A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              Nathan "Taneb" van Doorn
+maintainer:          mainainer@obsidian.systems
+copyright:           Copyright (C) 2013 Nathan van Doorn, 2021–2022 Obsidian Systems LLC
+category:            Algebra, Data, Math
+build-type:          Simple
+bug-reports:         https://github.com/ObsidianSystems/commutative-semigroups/issues
+extra-source-files:
+  ChangeLog.md
+  ReadMe.md
+
+source-repository head
+  type:     git
+  location: https://github.com/ObsidianSystems/commutative-semigroups.git
+
+library
+  exposed-modules:     Data.Semigroup.Commutative
+                       Numeric.Product.Commutative
+  -- other-modules:
+  build-depends:       base >= 4.6 && < 4.17,
+                       containers >= 0.4 && < 0.7
+  hs-source-dirs:      src
   default-language:    Haskell2010
revision 2
 cabal-version:       2.4
 name:                commutative-semigroups
 version:             0.1.0.0
-x-revision:          1
+x-revision: 2
 synopsis:            Commutative semigroups
 description:
   A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.
   exposed-modules:     Data.Semigroup.Commutative
                        Numeric.Product.Commutative
   -- other-modules:
-  build-depends:       base >= 4.6 && < 4.17,
+  build-depends:       base >= 4.6 && < 4.18,
                        containers >= 0.4 && < 0.7
   hs-source-dirs:      src
-  default-language:    Haskell2010+  default-language:    Haskell2010
revision 3
 cabal-version:       2.4
 name:                commutative-semigroups
 version:             0.1.0.0
-x-revision: 2
+x-revision: 3
 synopsis:            Commutative semigroups
 description:
   A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.
 license:             BSD-3-Clause
 license-file:        LICENSE
 author:              Nathan "Taneb" van Doorn
-maintainer:          mainainer@obsidian.systems
+maintainer:          maintainer@obsidian.systems
 copyright:           Copyright (C) 2013 Nathan van Doorn, 2021–2022 Obsidian Systems LLC
 category:            Algebra, Data, Math
 build-type:          Simple