Cabal revisions of commutative-semigroups-0.0.1.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.0.1.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- -- other-modules:- build-depends: base >= 4.6 && < 5- hs-source-dirs: src- default-language: Haskell2010+cabal-version: 2.4 +name: commutative-semigroups +version: 0.0.1.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: maintainer@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 + -- other-modules: + build-depends: base >= 4.6 && < 5 + hs-source-dirs: src + default-language: Haskell2010