diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 19:36:29 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 19:36:29 +0800 |
commit | acf561a792c5e09a01e57d7701869c58cf124197 (patch) | |
tree | 3c6b95553ed3deff7111bb300902a39e87fbea98 /math | |
parent | ac3a1790529229f7238fdd7e03f295d9f2bac1e6 (diff) | |
download | freebsd-ports-gnome-acf561a792c5e09a01e57d7701869c58cf124197.tar.gz freebsd-ports-gnome-acf561a792c5e09a01e57d7701869c58cf124197.tar.zst freebsd-ports-gnome-acf561a792c5e09a01e57d7701869c58cf124197.zip |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
4 files changed, 29 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index aec8e08d0c0c..a0bcd89ecf7a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -131,6 +131,7 @@ SUBDIR += hs-erf SUBDIR += hs-mwc-random SUBDIR += hs-probability + SUBDIR += hs-semigroupoids SUBDIR += hs-semigroups SUBDIR += hs-statistics SUBDIR += hs-vector-space 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 |