File: commutative-semigroups.cabal

package info (click to toggle)
haskell-commutative-semigroups 0.1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72 kB
  • sloc: haskell: 138; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cabal-version:       2.4
name:                commutative-semigroups
version:             0.1.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:          maintainer@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.20,
                       containers >= 0.4 && < 0.8
  hs-source-dirs:      src
  default-language:    Haskell2010