A class for types with a default value for Haskell.

WWW:	http://hackage.haskell.org/package/data-default

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-14 11:42:23 +00:00
parent e5971d78ee
commit f1f3359643
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279694
4 changed files with 26 additions and 0 deletions

View file

@ -589,6 +589,7 @@
SUBDIR += hs-convertible
SUBDIR += hs-cpphs
SUBDIR += hs-darcs
SUBDIR += hs-data-default
SUBDIR += hs-datetime
SUBDIR += hs-deepseq
SUBDIR += hs-directory-tree

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-data-default
# Date created: 2011-03-07
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= data-default
PORTVERSION= 0.3.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A class for types with a default value for Haskell
LICENSE= BSD
USE_CABAL= dlist
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/data-default-0.3.0.tar.gz) = e915f012765bfda27c2d8555c634e7812c0c1f88d2b9409d216ccea49c9d7b59
SIZE (cabal/data-default-0.3.0.tar.gz) = 1868

View file

@ -0,0 +1,3 @@
A class for types with a default value for Haskell.
WWW: http://hackage.haskell.org/package/data-default