diff options
Diffstat (limited to 'www/hs-heist/Makefile')
-rw-r--r-- | www/hs-heist/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile index 347347b00b7d..21a212a4b7af 100644 --- a/www/hs-heist/Makefile +++ b/www/hs-heist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heist -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.8.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,9 +15,11 @@ COMMENT= An (x)html templating system LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2 directory-tree \ - MonadCatchIO-transformers>=0.2.1 mtl>=2.0 text>=0.10 \ - transformers xmlhtml>=0.1 + +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 transformers \ + unordered-containers>=0.1.4 vector>=0.9 xmlhtml>=0.1.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |