diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:22:22 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 11:22:22 +0000 |
commit | c096badde5b0827e989bf9320984a7eb926fbd7c (patch) | |
tree | d72efe129202b45f04760453263ada4da379a751 /math | |
parent | A Haskell 98 logically uninhabited data type. Used to indicate that a (diff) |
Categories from category-extras.
WWW: http://comonad.com/reader/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=279687
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/hs-categories/Makefile | 21 | ||||
-rw-r--r-- | math/hs-categories/distinfo | 2 | ||||
-rw-r--r-- | math/hs-categories/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 81407ce40278..7e85349e2211 100644 --- a/math/Makefile +++ b/math/Makefile @@ -123,6 +123,7 @@ SUBDIR += guppi SUBDIR += hs-Agda SUBDIR += hs-Agda-executable + SUBDIR += hs-categories SUBDIR += hs-category-extras SUBDIR += hs-erf SUBDIR += hs-mwc-random diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile new file mode 100644 index 000000000000..3344e11a3c6f --- /dev/null +++ b/math/hs-categories/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-categories +# Date created: July 16, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= categories +PORTVERSION= 0.58.0.5 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Categories from category-extras + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= void>=0.5.4.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-categories/distinfo b/math/hs-categories/distinfo new file mode 100644 index 000000000000..66614ad5be2e --- /dev/null +++ b/math/hs-categories/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/categories-0.58.0.5.tar.gz) = 2341d54fcc5a6b0b531b25561e335a9399a5976619b0ee068861fe768fedfbfa +SIZE (cabal/categories-0.58.0.5.tar.gz) = 8568 diff --git a/math/hs-categories/pkg-descr b/math/hs-categories/pkg-descr new file mode 100644 index 000000000000..942e493e1925 --- /dev/null +++ b/math/hs-categories/pkg-descr @@ -0,0 +1,3 @@ +Categories from category-extras. + +WWW: http://comonad.com/reader/
\ No newline at end of file |