aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-persistent
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:30:05 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:30:05 +0000
commit897eb478d4f4cc3a650bbf4ea38216bd4895ce78 (patch)
tree9841eeeb2f1cdd87799a18f3e1a3773e5aa3fc73 /databases/hs-persistent
parent5e8679d1dd778b73f8e40d498d041e12871ad349 (diff)
downloadports-897eb478d4f4cc3a650bbf4ea38216bd4895ce78.tar.gz
ports-897eb478d4f4cc3a650bbf4ea38216bd4895ce78.zip
- Update to 0.9.0.4
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298167
Diffstat (limited to 'databases/hs-persistent')
-rw-r--r--databases/hs-persistent/Makefile12
-rw-r--r--databases/hs-persistent/distinfo4
-rw-r--r--databases/hs-persistent/pkg-descr4
3 files changed, 11 insertions, 9 deletions
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
index 1c810a73bc8f..6364b18d1ff2 100644
--- a/databases/hs-persistent/Makefile
+++ b/databases/hs-persistent/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= persistent
-PORTVERSION= 0.6.4.4
+PORTVERSION= 0.9.0.4
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Type-safe, non-relational, multi-backend persistence
+COMMENT= Type-safe, multi-backend data serialization
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
+USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.4 \
+ blaze-markup>=0.5.1 conduit>=0.4 lifted-base>=0.1 \
+ monad-control>=0.3 path-pieces>=0.1 pool-conduit>=0.1 \
+ resourcet>=0.3 text>=0.8 transformers>=0.2.1 transformers-base \
+ unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo
index 6b187add5fbe..0f6217a963de 100644
--- a/databases/hs-persistent/distinfo
+++ b/databases/hs-persistent/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/persistent-0.6.4.4.tar.gz) = fb3de60b2ba4209dbbdc2feca776dbae89f9dcf17102f634bfe3568b32a09f58
-SIZE (cabal/persistent-0.6.4.4.tar.gz) = 17577
+SHA256 (cabal/persistent-0.9.0.4.tar.gz) = 59a6c6f188ec883524229a0dfae8de6918bf71af04bb160e4aea2156a1a0f5c5
+SIZE (cabal/persistent-0.9.0.4.tar.gz) = 27921
diff --git a/databases/hs-persistent/pkg-descr b/databases/hs-persistent/pkg-descr
index fe71a91f78e6..2fb730da959e 100644
--- a/databases/hs-persistent/pkg-descr
+++ b/databases/hs-persistent/pkg-descr
@@ -1,4 +1,4 @@
-This library provides just the general interface and helper functions.
-You must use a specific backend in order to make this useful.
+Type-safe, data serialization. You must use a specific backend in order
+to make this useful.
WWW: http://www.yesodweb.com/book/persistent