aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-xml-conduit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-xml-conduit/Makefile')
-rw-r--r--textproc/hs-xml-conduit/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile
index 283449caa44e..f18d89c628d1 100644
--- a/textproc/hs-xml-conduit/Makefile
+++ b/textproc/hs-xml-conduit/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for: hs-xml-conduit
-# Date created: December 30, 2011
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= xml-conduit
-PORTVERSION= 0.7.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.3.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,11 +9,11 @@ COMMENT= Pure-Haskell utilities for dealing with XML with the conduit package
LICENSE= BSD
-USE_CABAL= attoparsec>=0.10 attoparsec-conduit>=0.4 blaze-builder>=0.2 \
- blaze-builder-conduit>=0.4 conduit>=0.4 data-default>=0.2 \
- failure>=0.1 monad-control>=0.3 resourcet>=0.3 \
- system-filepath>=0.4 text>=0.7 transformers>=0.2 \
- xml-types>=0.3.1
+USE_CABAL= attoparsec>=0.10 attoparsec-conduit>=0.5 blaze-builder>=0.2 \
+ blaze-builder-conduit>=0.5 blaze-html>=0.5 blaze-markup>=0.5 \
+ conduit>=0.5 data-default failure>=0.1 monad-control>=0.3 \
+ resourcet>=0.3 system-filepath>=0.4 text>=0.7 \
+ transformers>=0.2 xml-types>=0.3.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>