5e90d88175
semigroupoids. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. WWW: http://github.com/ekmett/semigroupoids/ Obtained from: FreeBSD Haskell
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# New ports collection makefile for: hs-semigroupoids
|
|
# Date created: July 16, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= semigroupoids
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell 98 semigroupoids: Category sans id
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= comonad>=1.1.1 contravariant>=0.1.2 semigroups>=0.7.1 \
|
|
transformers>=0.2.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|