diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:36:29 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:36:29 +0000 |
commit | 5e90d881753477d72b5c0be3936ac6ccc7c46f15 (patch) | |
tree | a95f44deae564a62873cd23b70be6d95d298a6a9 /math/hs-semigroupoids | |
parent | 7f0fcc2219a3cfb54c80083f91e5f74081455295 (diff) |
Provides a wide array of semigroupoids and operations for working with
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
Notes
Notes:
svn path=/head/; revision=279692
Diffstat (limited to 'math/hs-semigroupoids')
-rw-r--r-- | math/hs-semigroupoids/Makefile | 21 | ||||
-rw-r--r-- | math/hs-semigroupoids/distinfo | 2 | ||||
-rw-r--r-- | math/hs-semigroupoids/pkg-descr | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile new file mode 100644 index 000000000000..a6271b6b83c2 --- /dev/null +++ b/math/hs-semigroupoids/Makefile @@ -0,0 +1,21 @@ +# 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> diff --git a/math/hs-semigroupoids/distinfo b/math/hs-semigroupoids/distinfo new file mode 100644 index 000000000000..bf54d89aef6c --- /dev/null +++ b/math/hs-semigroupoids/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/semigroupoids-1.2.5.tar.gz) = 5db6c3eadcb0a5de2f0b1867f7cd0bffa97226f027ac4822a8761bc824e68f88 +SIZE (cabal/semigroupoids-1.2.5.tar.gz) = 10228 diff --git a/math/hs-semigroupoids/pkg-descr b/math/hs-semigroupoids/pkg-descr new file mode 100644 index 000000000000..76cdef966429 --- /dev/null +++ b/math/hs-semigroupoids/pkg-descr @@ -0,0 +1,5 @@ +Provides a wide array of semigroupoids and operations for working with +semigroupoids. A Semigroupoid is a Category without the requirement of +identity arrows for every object in the category. + +WWW: http://github.com/ekmett/semigroupoids/
\ No newline at end of file |