diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/hs-xml-conduit/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile index eb2c8b28625c..0668cede3748 100644 --- a/textproc/hs-xml-conduit/Makefile +++ b/textproc/hs-xml-conduit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xml-conduit -PORTVERSION= 1.0.3.3 -PORTREVISION= 1 +PORTVERSION= 1.1.0.3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +9,9 @@ COMMENT= Pure-Haskell utilities for dealing with XML with the conduit package LICENSE= BSD -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 \ +USE_CABAL= attoparsec>=0.10 attoparsec-conduit>=1.0 blaze-builder>=0.2 \ + blaze-builder-conduit>=1.0 blaze-html>=0.5 blaze-markup>=0.5 \ + conduit>=1.0 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 |