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:
parent
c273e615b8
commit
7f0fcc2219
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279691
@ -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
|
||||
|
@ -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
|
||||
|
20
math/hs-distributive/Makefile
Normal file
20
math/hs-distributive/Makefile
Normal 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>
|
2
math/hs-distributive/distinfo
Normal file
2
math/hs-distributive/distinfo
Normal 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
|
3
math/hs-distributive/pkg-descr
Normal file
3
math/hs-distributive/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Haskell 98 distributive functors -- dual to Traversable.
|
||||
|
||||
WWW: http://github.com/ekmett/distributive/
|
Loading…
Reference in New Issue
Block a user