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:
Gabor Pali 2012-02-18 17:26:15 +00:00
parent 3dd495706e
commit 2c1404b886
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291717
5 changed files with 29 additions and 0 deletions

View file

@ -105,6 +105,7 @@
SUBDIR += hk_classes
SUBDIR += hs-mysql
SUBDIR += hs-persistent
SUBDIR += hs-persistent-template
SUBDIR += hsqldb
SUBDIR += hypertable
SUBDIR += innobackup

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-persistent-template
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= persistent-template
PORTVERSION= 0.6.3.1
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Type-safe, non-relational, multi-backend persistence
LICENSE= BSD
USE_CABAL= monad-control>=0.2 persistent>=0.6.2 text>=0.5 \
transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/persistent-template-0.6.3.1.tar.gz) = 2f4325ce9d98d9517c1bc7a711bee125cdd4d0111181bad3ef761d0c50ebf742
SIZE (cabal/persistent-template-0.6.3.1.tar.gz) = 6543

View 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

View file

@ -192,6 +192,7 @@ 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
persistent-template_port= databases/hs-persistent-template
polyparse_port= textproc/hs-polyparse
pointed_port= math/hs-pointed
pool_port= devel/hs-pool