diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-18 01:01:01 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-18 01:01:01 +0800 |
commit | 3e0699932a61bc4c4d9a9fbd951974c10df33a81 (patch) | |
tree | 564f1643290ee4eee0a39cf51b5ac4e9fce33d9b /devel | |
parent | fa83f4022998efe550fbf68191870a61d6c040dd (diff) | |
download | freebsd-ports-gnome-3e0699932a61bc4c4d9a9fbd951974c10df33a81.tar.gz freebsd-ports-gnome-3e0699932a61bc4c4d9a9fbd951974c10df33a81.tar.zst freebsd-ports-gnome-3e0699932a61bc4c4d9a9fbd951974c10df33a81.zip |
Provides SYB-with-class instances for Text from the text package.
WWW: http://hackage.haskell.org/package/syb-with-class-instances-text
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-syb-with-class-instances-text/Makefile | 21 | ||||
-rw-r--r-- | devel/hs-syb-with-class-instances-text/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-syb-with-class-instances-text/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2103ceb69c62..d8c22d882277 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -664,6 +664,7 @@ SUBDIR += hs-stm SUBDIR += hs-syb SUBDIR += hs-syb-with-class + SUBDIR += hs-syb-with-class-instances-text SUBDIR += hs-tagged SUBDIR += hs-terminfo SUBDIR += hs-test-framework diff --git a/devel/hs-syb-with-class-instances-text/Makefile b/devel/hs-syb-with-class-instances-text/Makefile new file mode 100644 index 000000000000..777ea5fe89f1 --- /dev/null +++ b/devel/hs-syb-with-class-instances-text/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-syb-with-class-instances-text +# Date created: December 2, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= syb-with-class-instances-text +PORTVERSION= 0.0.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Scrap Your Boilerplate With Class Text instance + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= syb-with-class text>=0.7.1 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-syb-with-class-instances-text/distinfo b/devel/hs-syb-with-class-instances-text/distinfo new file mode 100644 index 000000000000..18d876d50d9e --- /dev/null +++ b/devel/hs-syb-with-class-instances-text/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/syb-with-class-instances-text-0.0.1.tar.gz) = 0e0aa90c02cbe76380274830be51e04cb3cc13d5ea5761ba5540779bd0c4d76e +SIZE (cabal/syb-with-class-instances-text-0.0.1.tar.gz) = 1838 diff --git a/devel/hs-syb-with-class-instances-text/pkg-descr b/devel/hs-syb-with-class-instances-text/pkg-descr new file mode 100644 index 000000000000..46ed4c80f3c9 --- /dev/null +++ b/devel/hs-syb-with-class-instances-text/pkg-descr @@ -0,0 +1,3 @@ +Provides SYB-with-class instances for Text from the text package. + +WWW: http://hackage.haskell.org/package/syb-with-class-instances-text |