aboutsummaryrefslogtreecommitdiff
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/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile
index bc3a90488338..d5e1de1fdf23 100644
--- a/www/hs-yesod-persistent/Makefile
+++ b/www/hs-yesod-persistent/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= yesod-persistent
-PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTVERSION= 1.4.0.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,8 +9,8 @@ COMMENT= Some helpers for using Persistent from Yesod
LICENSE= MIT
-USE_CABAL= blaze-builder conduit persistent>=1.2 persistent-template>=1.2 \
- resource-pool resourcet>=0.4.5 yesod-core>=1.2.2
+USE_CABAL= blaze-builder conduit persistent>=2.1 persistent-template>=2.1 \
+ resource-pool resourcet>=0.4.5 yesod-core>=1.4.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>