semigroups 0.8.3.1 → 0.8.3.2
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- .travis.yml +1/−0
- semigroups.cabal +3/−1
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
semigroups.cabal view
@@ -1,6 +1,6 @@ name: semigroups category: Algebra, Data, Data Structures, Math-version: 0.8.3.1+version: 0.8.3.2 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE@@ -8,6 +8,7 @@ maintainer: Edward A. Kmett <ekmett@gmail.com> stability: provisional homepage: http://github.com/ekmett/semigroups/+bug-reports: http://github.com/ekmett/semigroups/issues copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Haskell 98 semigroups description:@@ -15,6 +16,7 @@ . In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup. build-type: Simple+extra-source-files: .travis.yml source-repository head type: git