aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-auth/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-03-29 22:43:58 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-03-29 22:43:58 +0000
commitbd8d410bbe561cb06cef8e6439398148ea172996 (patch)
treebb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /www/hs-yesod-auth/Makefile
parent18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff)
downloadports-bd8d410bbe561cb06cef8e6439398148ea172996.tar.gz
ports-bd8d410bbe561cb06cef8e6439398148ea172996.zip
Notes
Diffstat (limited to 'www/hs-yesod-auth/Makefile')
-rw-r--r--www/hs-yesod-auth/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile
index 0847c78d473d..4a3052d080bc 100644
--- a/www/hs-yesod-auth/Makefile
+++ b/www/hs-yesod-auth/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yesod-auth
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.5.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,13 +10,14 @@ COMMENT= Authentication for Yesod
LICENSE= MIT
USE_CABAL= aeson>=0.5 authenticate>=1.3 blaze-html>=0.5 \
- blaze-markup>=0.5.1 hamlet>=1.1 http-conduit>=1.5 \
- lifted-base>=0.1 mime-mail>=0.3 network persistent>=1.0 \
- persistent-template>=1.0 pureMD5>=2.0 pwstore-fast>=2.2 \
- random>=1.0.0.2 SHA>=1.4.1.3 shakespeare-css>=1.0 \
- shakespeare-js>=1.0.2 text>=0.7 transformers>=0.2.2 \
- unordered-containers wai>=1.3 yesod-core>=1.1 yesod-form>=1.1 \
- yesod-json>=1.1 yesod-persistent>=1.1
+ blaze-markup>=0.5.1 file-embed hamlet>=1.1 http-conduit>=1.5 \
+ http-types lifted-base>=0.1 mime-mail>=0.3 network \
+ persistent>=1.0 persistent-template>=1.0 pureMD5>=2.0 \
+ pwstore-fast>=2.2 random>=1.0.0.2 SHA>=1.4.1.3 \
+ shakespeare-css>=1.0 shakespeare-js>=1.0.2 text>=0.7 \
+ transformers>=0.2.2 unordered-containers wai>=1.3 \
+ yesod-core>=1.1 yesod-form>=1.1 yesod-json>=1.1 \
+ yesod-persistent>=1.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>