aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 06:17:20 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 06:17:20 +0800
commitf3c7de73c1cc586dee4a729083b60f3cec851405 (patch)
tree38c2a35b9f0b558a56d6e2eb67399baca8b3fd51
parent822e863e13de372b487c2a16110092b2b32011c3 (diff)
downloadfreebsd-ports-gnome-f3c7de73c1cc586dee4a729083b60f3cec851405.tar.gz
freebsd-ports-gnome-f3c7de73c1cc586dee4a729083b60f3cec851405.tar.zst
freebsd-ports-gnome-f3c7de73c1cc586dee4a729083b60f3cec851405.zip
- Update to 0.8.3.2
Obtained from: FreeBSD Haskell
-rw-r--r--math/hs-semigroups/Makefile2
-rw-r--r--math/hs-semigroups/distinfo4
-rw-r--r--math/hs-semigroups/pkg-descr9
3 files changed, 10 insertions, 5 deletions
diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile
index 6a8cc13f791b..632568d66806 100644
--- a/math/hs-semigroups/Makefile
+++ b/math/hs-semigroups/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= semigroups
-PORTVERSION= 0.8
+PORTVERSION= 0.8.3.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-semigroups/distinfo b/math/hs-semigroups/distinfo
index ce25ce194ab9..bd11955b3af3 100644
--- a/math/hs-semigroups/distinfo
+++ b/math/hs-semigroups/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/semigroups-0.8.tar.gz) = 0c95403e1ce5b1fb9662a0cd1ca4a0c185766694ac88ce26df3dff4e834b9e8a
-SIZE (cabal/semigroups-0.8.tar.gz) = 9181
+SHA256 (cabal/semigroups-0.8.3.2.tar.gz) = ecd8b368215fbd697f6508dcac77b153ac02b9a1568694bdc886d998091d833c
+SIZE (cabal/semigroups-0.8.3.2.tar.gz) = 9392
diff --git a/math/hs-semigroups/pkg-descr b/math/hs-semigroups/pkg-descr
index 315762ea1bed..9f0fe4632749 100644
--- a/math/hs-semigroups/pkg-descr
+++ b/math/hs-semigroups/pkg-descr
@@ -1,3 +1,8 @@
-Haskell 98 semigroups.
+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
+inverses) to a type where every element did not have to have an inverse,
+thus the name semigroup.
-WWW: http://github.com/ekmett/semigroups/ \ No newline at end of file
+WWW: http://github.com/ekmett/semigroups/