openbsd-ports/devel/hs-semigroups/Makefile
kili 60060e9cb0 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.

ok ajacoutot@
2012-01-23 21:02:17 +00:00

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>