1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Classes, and Template Haskell code to generate instances, for the Scrap

Your Boilerplate With Class system.

WWW:	http://hackage.haskell.org/package/syb-with-class

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-17 16:58:33 +00:00
parent 17dfb9bdd1
commit a34aa78210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291593
5 changed files with 28 additions and 0 deletions

View File

@ -663,6 +663,7 @@
SUBDIR += hs-split
SUBDIR += hs-stm
SUBDIR += hs-syb
SUBDIR += hs-syb-with-class
SUBDIR += hs-tagged
SUBDIR += hs-terminfo
SUBDIR += hs-test-framework

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-syb-with-class
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= syb-with-class
PORTVERSION= 0.6.1.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Scrap Your Boilerplate With Class
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/syb-with-class-0.6.1.3.tar.gz) = 2df95462d1f29d843105bbfd7dc936b7a4029cbb86d45dd564b47c75a04ab236
SIZE (cabal/syb-with-class-0.6.1.3.tar.gz) = 12311

View File

@ -0,0 +1,4 @@
Classes, and Template Haskell code to generate instances, for the Scrap
Your Boilerplate With Class system.
WWW: http://hackage.haskell.org/package/syb-with-class

View File

@ -199,6 +199,7 @@ Stream_port= devel/hs-Stream
stringsearch_port= textproc/hs-stringsearch
svgcairo_port= graphics/hs-svgcairo
syb_port= devel/hs-syb
syb-with-class_port= devel/hs-syb-with-class
tagged_port= devel/hs-tagged
tagsoup_port= textproc/hs-tagsoup # executable
tar_port= archivers/hs-tar