diff options
Diffstat (limited to 'devel/hs-blaze-builder-conduit/Makefile')
-rw-r--r-- | devel/hs-blaze-builder-conduit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/hs-blaze-builder-conduit/Makefile b/devel/hs-blaze-builder-conduit/Makefile index 220beb9f5179..165e0a3259e3 100644 --- a/devel/hs-blaze-builder-conduit/Makefile +++ b/devel/hs-blaze-builder-conduit/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-blaze-builder-conduit -# Date created: December 30, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= blaze-builder-conduit -PORTVERSION= 0.4.0.2 -PORTREVISION= 1 +PORTVERSION= 0.5.0.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= Convert streams of builders to streams of bytestrings LICENSE= BSD -USE_CABAL= blaze-builder>=0.2.1.4 conduit>=0.4 text>=0.11 \ +USE_CABAL= blaze-builder>=0.2.1.4 conduit>=0.5 text>=0.11 \ transformers>=0.2.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |