diff options
Diffstat (limited to '')
-rw-r--r-- | www/hs-heist/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile index 5b30430bc537..73446f70f0de 100644 --- a/www/hs-heist/Makefile +++ b/www/hs-heist/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= heist -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,6 @@ 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>=0.10 dlist>=0.5 errors>=1.4 \ hashable>=1.1 MonadCatchIO-transformers>=0.2.1 mtl>=2.0 \ |