mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Haskell 98 contravariant functors.
WWW: http://github.com/ekmett/contravariant/ Obtained from: FreeBSD Haskell
This commit is contained in:
parent
c80fdabe37
commit
c273e615b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279690
5 changed files with 27 additions and 0 deletions
|
@ -43,6 +43,7 @@ checkers_port= devel/hs-checkers
|
||||||
citeproc-hs_port= textproc/hs-citeproc-hs
|
citeproc-hs_port= textproc/hs-citeproc-hs
|
||||||
cmdargs_port= devel/hs-cmdargs
|
cmdargs_port= devel/hs-cmdargs
|
||||||
comonad_port= math/hs-comonad
|
comonad_port= math/hs-comonad
|
||||||
|
contravariant_port= math/hs-contravariant
|
||||||
convertible_port= devel/hs-convertible
|
convertible_port= devel/hs-convertible
|
||||||
cpphs_port= devel/hs-cpphs # executable
|
cpphs_port= devel/hs-cpphs # executable
|
||||||
criterion_port= benchmarks/hs-criterion
|
criterion_port= benchmarks/hs-criterion
|
||||||
|
|
|
@ -126,6 +126,7 @@
|
||||||
SUBDIR += hs-categories
|
SUBDIR += hs-categories
|
||||||
SUBDIR += hs-category-extras
|
SUBDIR += hs-category-extras
|
||||||
SUBDIR += hs-comonad
|
SUBDIR += hs-comonad
|
||||||
|
SUBDIR += hs-contravariant
|
||||||
SUBDIR += hs-erf
|
SUBDIR += hs-erf
|
||||||
SUBDIR += hs-mwc-random
|
SUBDIR += hs-mwc-random
|
||||||
SUBDIR += hs-probability
|
SUBDIR += hs-probability
|
||||||
|
|
20
math/hs-contravariant/Makefile
Normal file
20
math/hs-contravariant/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# New ports collection makefile for: hs-contravariant
|
||||||
|
# Date created: July 16, 2011
|
||||||
|
# Whom: haskell@FreeBSD.org
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= contravariant
|
||||||
|
PORTVERSION= 0.1.2.1
|
||||||
|
CATEGORIES= math haskell
|
||||||
|
|
||||||
|
MAINTAINER= haskell@FreeBSD.org
|
||||||
|
COMMENT= Haskell 98 contravariant functors
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
USE_CABAL= transformers>=0.2.2
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||||
|
.include <bsd.port.mk>
|
2
math/hs-contravariant/distinfo
Normal file
2
math/hs-contravariant/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (cabal/contravariant-0.1.2.1.tar.gz) = 207813741c1b51377362b92bc275419ad9e09535acc89d9eb7ef00e8ad002edb
|
||||||
|
SIZE (cabal/contravariant-0.1.2.1.tar.gz) = 2735
|
3
math/hs-contravariant/pkg-descr
Normal file
3
math/hs-contravariant/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Haskell 98 contravariant functors.
|
||||||
|
|
||||||
|
WWW: http://github.com/ekmett/contravariant/
|
Loading…
Add table
Reference in a new issue