These objects show up in different places, e.g. JSON, Yaml. By
providing a representation in a separate repository, other libraries can share a single representation of these structures. WWW: http://github.com/snoyberg/data-object/tree/master Obtained from: FreeBSD Haskell
This commit is contained in:
parent
03635e4e9e
commit
29419e8cb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291704
5 changed files with 29 additions and 0 deletions
|
@ -611,6 +611,7 @@
|
|||
SUBDIR += hs-cpphs
|
||||
SUBDIR += hs-darcs
|
||||
SUBDIR += hs-data-default
|
||||
SUBDIR += hs-data-object
|
||||
SUBDIR += hs-datetime
|
||||
SUBDIR += hs-deepseq
|
||||
SUBDIR += hs-directory-tree
|
||||
|
|
20
devel/hs-data-object/Makefile
Normal file
20
devel/hs-data-object/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: hs-data-object
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= data-object
|
||||
PORTVERSION= 0.3.1.9
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Represent hierarchical structures, called objects in JSON
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= failure>=0.1.0 text>=0.5
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-data-object/distinfo
Normal file
2
devel/hs-data-object/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cabal/data-object-0.3.1.9.tar.gz) = 14250ab80e6a1c235efcda2ad8c61194dfdee9dec1a31c3c844656c4e710157d
|
||||
SIZE (cabal/data-object-0.3.1.9.tar.gz) = 3776
|
5
devel/hs-data-object/pkg-descr
Normal file
5
devel/hs-data-object/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
These objects show up in different places, e.g. JSON, Yaml. By
|
||||
providing a representation in a separate repository, other libraries can
|
||||
share a single representation of these structures.
|
||||
|
||||
WWW: http://github.com/snoyberg/data-object/tree/master
|
|
@ -75,6 +75,7 @@ darcs_port= devel/hs-darcs # executable
|
|||
data-default_port= devel/hs-data-default
|
||||
data-lens_port= math/hs-data-lens
|
||||
data-lens-template_port= math/hs-data-lens-template
|
||||
data-object_port= devel/hs-data-object
|
||||
dataenc_port= converters/hs-dataenc
|
||||
datetime_port= devel/hs-datetime
|
||||
DeepArrow_port= devel/hs-DeepArrow
|
||||
|
|
Loading…
Reference in a new issue