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 455e25d3ae5f..a212d8a58ea5 100644
--- a/www/hs-yesod-test/Makefile
+++ b/www/hs-yesod-test/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yesod-test
-PORTVERSION= 1.4.3.1
+PORTVERSION= 1.5.7
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE= MIT
USE_CABAL= attoparsec>=0.10 blaze-builder blaze-html>=0.5 \
blaze-markup>=0.5.1 case-insensitive>=0.2 cookie \
hspec-core>=2.0 html-conduit>=0.1 http-types>=0.7 HUnit>=1.2 \
- monad-control network>=2.2 persistent>=1.0 text wai>=3.0 \
+ monad-control network>=2.2 persistent>=1.0 pretty-show text wai>=3.0 \
wai-extra xml-conduit>=1.0 xml-types>=0.3 yesod-core>=1.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"