60060e9cb0
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. ok ajacoutot@
19 lines
357 B
Makefile
19 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/23 21:02:17 kili Exp $
|
|
|
|
COMMENT = Haskell 98 semigroups
|
|
|
|
DISTNAME = semigroups-0.8
|
|
CATEGORIES = devel math
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|