CHANGELOG: 3.1 * Added the [rectangular band](http://en.wikipedia.org/wiki/Band_(mathematics)#Rectangular_bands) `Semigroupoid` for `(,)`. Would that make it a Bandoid? 3.0.3 * Claim to be `Trustworthy` where necessary
16 lines
480 B
Makefile
16 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/07/17 18:10:33 szptvlfn Exp $
|
|
#
|
|
|
|
DISTNAME= semigroupoids-3.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell 98 semigroupoids: Category sans id
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-comonad/buildlink3.mk"
|
|
.include "../../wip/hs-contravariant/buildlink3.mk"
|
|
.include "../../wip/hs-semigroups/buildlink3.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|