aboutsummaryrefslogtreecommitdiff
path: root/www/hs-happstack-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-happstack-server/Makefile')
-rw-r--r--www/hs-happstack-server/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile
index 4f85586e1904..f19807419448 100644
--- a/www/hs-happstack-server/Makefile
+++ b/www/hs-happstack-server/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: hs-happstack-server
-# Date created: December 2, 2011
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= happstack-server
-PORTVERSION= 7.0.3
+PORTVERSION= 7.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -20,8 +15,8 @@ CABAL_SETUP= Setup.hs
USE_CABAL= base64-bytestring blaze-html hslogger>=1.0.2 html \
monad-control>=0.3 mtl>=2 network>=2.2.3 parsec \
sendfile>=0.7.1 syb system-filepath>=0.3.1 text>=0.10 \
- transformers>=0.1.3 transformers-base>=0.4 utf8-string>=0.3.4 \
- xhtml zlib
+ threads>=0.5 time-compat transformers>=0.1.3 \
+ transformers-base>=0.4 utf8-string>=0.3.4 xhtml zlib
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>