diff options
Diffstat (limited to 'devel/hs-conduit-combinators/Makefile')
-rw-r--r-- | devel/hs-conduit-combinators/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/hs-conduit-combinators/Makefile b/devel/hs-conduit-combinators/Makefile index 0cb31d304066..c5f79cb56198 100644 --- a/devel/hs-conduit-combinators/Makefile +++ b/devel/hs-conduit-combinators/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= conduit-combinators -PORTVERSION= 0.2.8.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,10 +10,9 @@ COMMENT= Commonly used conduit functions, for both chunked and unchunked data LICENSE= MIT USE_CABAL= base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \ - conduit>=1.0.12 conduit-extra monad-control \ + conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \ mono-traversable>=0.4 mwc-random primitive resourcet \ - streaming-commons system-fileio system-filepath text \ - transformers-base unix-compat vector void + text transformers-base unix-compat vector void .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |