1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Haskell 98 distributive functors -- dual to Traversable.

WWW:	http://github.com/ekmett/distributive/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-14 11:32:23 +00:00
parent c273e615b8
commit 7f0fcc2219
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279691
5 changed files with 27 additions and 0 deletions

View File

@ -58,6 +58,7 @@ deepseq_port= devel/hs-deepseq
Diff_port= textproc/hs-Diff
digest_port= security/hs-digest
directory-tree_port= devel/hs-directory-tree
distributive_port= math/hs-distributive
dlist_port= devel/hs-dlist
enumerator_port= devel/hs-enumerator
erf_port= math/hs-erf

View File

@ -127,6 +127,7 @@
SUBDIR += hs-category-extras
SUBDIR += hs-comonad
SUBDIR += hs-contravariant
SUBDIR += hs-distributive
SUBDIR += hs-erf
SUBDIR += hs-mwc-random
SUBDIR += hs-probability

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-distributive
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= distributive
PORTVERSION= 0.2.0.1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 distributive functors
LICENSE= BSD
USE_CABAL= transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/distributive-0.2.0.1.tar.gz) = efde52baa696d498e807e66d3843803320820da40740ba60950c8c08ac0abae0
SIZE (cabal/distributive-0.2.0.1.tar.gz) = 2446

View File

@ -0,0 +1,3 @@
Haskell 98 distributive functors -- dual to Traversable.
WWW: http://github.com/ekmett/distributive/