This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful. WWW: http://www.yesodweb.com/book/persistent Obtained from: FreeBSD Haskell
This commit is contained in:
parent
045f2b1b51
commit
3dd495706e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291716
@ -104,6 +104,7 @@
|
||||
SUBDIR += hiredis
|
||||
SUBDIR += hk_classes
|
||||
SUBDIR += hs-mysql
|
||||
SUBDIR += hs-persistent
|
||||
SUBDIR += hsqldb
|
||||
SUBDIR += hypertable
|
||||
SUBDIR += innobackup
|
||||
|
22
databases/hs-persistent/Makefile
Normal file
22
databases/hs-persistent/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: hs-persistent
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= persistent
|
||||
PORTVERSION= 0.6.4.4
|
||||
CATEGORIES= databases haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Type-safe, non-relational, multi-backend persistence
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= blaze-html>=0.4 data-object>=0.3.1.7 enumerator>=0.4.9 \
|
||||
monad-control>=0.2 mtl>=2.0 path-pieces pool>=0.1 \
|
||||
text>=0.8 transformers>=0.2.1 transformers-base
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
databases/hs-persistent/distinfo
Normal file
2
databases/hs-persistent/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/persistent-0.6.4.4.tar.gz) = fb3de60b2ba4209dbbdc2feca776dbae89f9dcf17102f634bfe3568b32a09f58
|
||||
SIZE (cabal/persistent-0.6.4.4.tar.gz) = 17577
|
4
databases/hs-persistent/pkg-descr
Normal file
4
databases/hs-persistent/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This library provides just the general interface and helper functions.
|
||||
You must use a specific backend in order to make this useful.
|
||||
|
||||
WWW: http://www.yesodweb.com/book/persistent
|
@ -191,6 +191,7 @@ parsec_port= textproc/hs-parsec
|
||||
path-pieces_port= www/hs-path-pieces
|
||||
pcap_port= net/hs-pcap
|
||||
pcre-light_port= devel/hs-pcre-light # lib_depends
|
||||
persistent_port= databases/hs-persistent
|
||||
polyparse_port= textproc/hs-polyparse
|
||||
pointed_port= math/hs-pointed
|
||||
pool_port= devel/hs-pool
|
||||
|
Loading…
Reference in New Issue
Block a user