aboutsummaryrefslogtreecommitdiff
path: root/www/hs-wai-app-static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-wai-app-static/Makefile')
-rw-r--r--www/hs-wai-app-static/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile
index 37943d19597b..319d5f45638c 100644
--- a/www/hs-wai-app-static/Makefile
+++ b/www/hs-wai-app-static/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: hs-wai-app-static
-# Date created: June 10, 2012
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= wai-app-static
-PORTVERSION= 1.2.0.4
+PORTVERSION= 1.3.0.4
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,9 +9,11 @@ COMMENT= WAI application for static serving
LICENSE= MIT
-USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.4 \
- cryptohash>=0.7 file-embed>=0.0.3.1 http-date http-types>=0.6 \
- text>=0.7 transformers>=0.2.2 unix-compat>=0.2 wai>=1.2
+USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.5 \
+ blaze-markup>=0.5.1 cereal>=0.3.5 crypto-conduit>=0.4 \
+ cryptohash>=0.7 file-embed>=0.0.3.1 http-date http-types>=0.7 \
+ mime-types>=0.1 system-fileio>=0.3 system-filepath>=0.4 \
+ text>=0.7 transformers>=0.2.2 unix-compat>=0.2 wai>=1.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>