diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /devel/hs-profunctors | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) |
Notes
Diffstat (limited to 'devel/hs-profunctors')
-rw-r--r-- | devel/hs-profunctors/Makefile | 15 | ||||
-rw-r--r-- | devel/hs-profunctors/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-profunctors/pkg-descr | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-profunctors/Makefile b/devel/hs-profunctors/Makefile new file mode 100644 index 000000000000..b4f8e02c750a --- /dev/null +++ b/devel/hs-profunctors/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= profunctors +PORTVERSION= 3.2 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell 98 Profunctors + +LICENSE= BSD + +USE_CABAL= comonad>=3 tagged>=0.4.4 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-profunctors/distinfo b/devel/hs-profunctors/distinfo new file mode 100644 index 000000000000..6bce34878993 --- /dev/null +++ b/devel/hs-profunctors/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/profunctors-3.2.tar.gz) = ccbf75c45a8bbd17d162870b99f854407c8fa73e1478c9d931dfc132af20e230 +SIZE (cabal/profunctors-3.2.tar.gz) = 6172 diff --git a/devel/hs-profunctors/pkg-descr b/devel/hs-profunctors/pkg-descr new file mode 100644 index 000000000000..1f9e7b99e2b2 --- /dev/null +++ b/devel/hs-profunctors/pkg-descr @@ -0,0 +1,3 @@ +Haskell 98 Profunctors. + +WWW: http://github.com/ekmett/profunctors/ |