aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-yesod-test/Makefile')
-rw-r--r--www/hs-yesod-test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hs-yesod-test/Makefile b/www/hs-yesod-test/Makefile
index f739f22c482b..2267254655ac 100644
--- a/www/hs-yesod-test/Makefile
+++ b/www/hs-yesod-test/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yesod-test
-PORTVERSION= 0.3.5
+PORTVERSION= 1.2.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,7 +14,7 @@ USE_CABAL= attoparsec>=0.10 blaze-builder blaze-html>=0.5 \
html-conduit>=0.1 http-types>=0.7 HUnit>=1.2 monad-control \
network>=2.2 persistent>=1.0 pool-conduit text \
transformers>=0.2.2 wai>=1.3 wai-test>=1.3 xml-conduit>=1.0 \
- xml-types>=0.3
+ xml-types>=0.3 yesod-core>=1.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>