diff options
Diffstat (limited to 'www/hs-heist/Makefile')
-rw-r--r-- | www/hs-heist/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile index ee4e2b10ab60..6580f16d3218 100644 --- a/www/hs-heist/Makefile +++ b/www/hs-heist/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-heist -# Date created: September 20, 2010 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= heist -PORTVERSION= 0.8.1.1 +PORTVERSION= 0.8.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -18,8 +13,8 @@ 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 transformers \ - unordered-containers>=0.1.4 vector>=0.9 xmlhtml>=0.1.6 + mtl>=2.0 random text>=0.10 unordered-containers>=0.1.4 \ + vector>=0.9 xmlhtml>=0.1.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |