diff options
Diffstat (limited to 'devel/hs-conduit-extra/Makefile')
-rw-r--r-- | devel/hs-conduit-extra/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-conduit-extra/Makefile b/devel/hs-conduit-extra/Makefile index 94a201c2fb90..12683b586da5 100644 --- a/devel/hs-conduit-extra/Makefile +++ b/devel/hs-conduit-extra/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= conduit-extra -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.9.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -12,7 +11,7 @@ LICENSE= MIT USE_CABAL= attoparsec>=0.10 blaze-builder>=0.3 conduit>=1.1 \ monad-control network>=2.3 primitive>=0.5 resourcet>=1.1 \ - streaming-commons>=0.1.4 text transformers-base + stm streaming-commons>=0.1.11 text transformers-base .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |