diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /math/hs-semigroups | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'math/hs-semigroups')
-rw-r--r-- | math/hs-semigroups/Makefile | 2 | ||||
-rw-r--r-- | math/hs-semigroups/distinfo | 4 | ||||
-rw-r--r-- | math/hs-semigroups/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile index 2256a2dbd383..77369c9718d4 100644 --- a/math/hs-semigroups/Makefile +++ b/math/hs-semigroups/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= semigroups -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroups/distinfo b/math/hs-semigroups/distinfo index e596f3bf24f4..f79856f2898a 100644 --- a/math/hs-semigroups/distinfo +++ b/math/hs-semigroups/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/semigroups-0.9.tar.gz) = 2041f8e2abbf4098551e8980862e034dd586caba46b8f67deef7fd94a9949e33 -SIZE (cabal/semigroups-0.9.tar.gz) = 9450 +SHA256 (cabal/semigroups-0.9.1.tar.gz) = b8fbf8c6279dea64a0e332f82b845213ca790ea2b2305cbfb67d25ee000a89c4 +SIZE (cabal/semigroups-0.9.1.tar.gz) = 9556 diff --git a/math/hs-semigroups/pkg-descr b/math/hs-semigroups/pkg-descr index a39777336d68..9d25811291c6 100644 --- a/math/hs-semigroups/pkg-descr +++ b/math/hs-semigroups/pkg-descr @@ -1,4 +1,4 @@ -Haskell 98 semigroups In mathematics, a semigroup is an algebraic structure +Haskell 98 semigroups. 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 |