summaryrefslogtreecommitdiffstats
path: root/www/hs-heist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-heist/Makefile')
-rw-r--r--www/hs-heist/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile
index 6580f16..f370a3a 100644
--- a/www/hs-heist/Makefile
+++ b/www/hs-heist/Makefile
@@ -1,19 +1,20 @@
# $FreeBSD$
PORTNAME= heist
-PORTVERSION= 0.8.2
+PORTVERSION= 0.11.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= An (x)html templating system
+COMMENT= Haskell template system supporting both HTML5 and XML
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= aeson>=0.6 attoparsec>=0.10 blaze-builder>=0.2 \
- blaze-html>=0.4 directory-tree MonadCatchIO-transformers>=0.2.1 \
- mtl>=2.0 random text>=0.10 unordered-containers>=0.1.4 \
+ blaze-html>=0.4 directory-tree>=0.10 dlist>=0.5 errors>=1.3 \
+ hashable>=1.1 MonadCatchIO-transformers>=0.2.1 mtl>=2.0 \
+ random>=1.0.1.0 text>=0.10 unordered-containers>=0.1.4 \
vector>=0.9 xmlhtml>=0.1.6
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
OpenPOWER on IntegriCloud