aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-persistent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hs-persistent/Makefile')
-rw-r--r--databases/hs-persistent/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
index b952d03cd7ee..d20275203739 100644
--- a/databases/hs-persistent/Makefile
+++ b/databases/hs-persistent/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= persistent
-PORTVERSION= 1.2.0.1
-PORTREVISION= 4
+PORTVERSION= 1.3.1.1
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,11 +10,10 @@ COMMENT= Type-safe, multi-backend data serialization
LICENSE= MIT
USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \
- blaze-markup>=0.5.1 conduit>=1.0 lifted-base>=0.1 \
+ blaze-markup>=0.5.1 conduit>=1.0 exceptions lifted-base>=0.1 \
monad-control>=0.3 monad-logger>=0.3 path-pieces>=0.1 \
- pool-conduit>=0.1.2 resourcet>=0.4 silently text>=0.8 \
- transformers>=0.2.1 transformers-base unordered-containers \
- vector
+ resource-pool resourcet>=0.4 scientific silently text>=0.8 \
+ transformers-base unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>