diff options
Diffstat (limited to 'textproc/hs-html-conduit/Makefile')
-rw-r--r-- | textproc/hs-html-conduit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile index 74e0992e4c13..ac1efd772553 100644 --- a/textproc/hs-html-conduit/Makefile +++ b/textproc/hs-html-conduit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= html-conduit -PORTVERSION= 0.1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -12,9 +11,9 @@ LICENSE= MIT CABAL_SETUP= Setup.hs -USE_CABAL= conduit>=0.5 filesystem-conduit>=0.5 resourcet>=0.3 \ +USE_CABAL= conduit>=1.0 filesystem-conduit>=1.0 resourcet>=0.3 \ system-filepath>=0.4 tagstream-conduit>=0.4 text \ - transformers xml-conduit>=1.0 xml-types>=0.3 + transformers xml-conduit>=1.1 xml-types>=0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |