mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||
|
|
20
devel/hs-data-default/Makefile
Normal file
20
devel/hs-data-default/Makefile
Normal 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>
|
2
devel/hs-data-default/distinfo
Normal file
2
devel/hs-data-default/distinfo
Normal 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
|
3
devel/hs-data-default/pkg-descr
Normal file
3
devel/hs-data-default/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A class for types with a default value for Haskell.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/data-default
|
Loading…
Add table
Reference in a new issue