summaryrefslogtreecommitdiff
path: root/www/hs-yesod-persistent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-yesod-persistent/Makefile')
-rw-r--r--www/hs-yesod-persistent/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile
index 6a4610181c23..2a667fca2989 100644
--- a/www/hs-yesod-persistent/Makefile
+++ b/www/hs-yesod-persistent/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= yesod-persistent
-PORTVERSION= 1.1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,8 +9,9 @@ COMMENT= Some helpers for using Persistent from Yesod
LICENSE= MIT
-USE_CABAL= persistent>=1.0 persistent-template>=1.0 transformers>=0.2.2 \
- yesod-core>=1.1
+USE_CABAL= blaze-builder conduit lifted-base persistent>=1.2 \
+ persistent-template>=1.2 pool-conduit resourcet \
+ transformers>=0.2.2 yesod-core>=1.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>