diff options
Diffstat (limited to 'net/hs-network-conduit/Makefile')
-rw-r--r-- | net/hs-network-conduit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/hs-network-conduit/Makefile b/net/hs-network-conduit/Makefile index b2e88fb460e7..d07e7ba4d77a 100644 --- a/net/hs-network-conduit/Makefile +++ b/net/hs-network-conduit/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-network-conduit -# Date created: April 8, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= network-conduit -PORTVERSION= 0.4.0.1 -PORTREVISION= 1 +PORTVERSION= 0.6.1.1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= Stream socket data using conduits LICENSE= BSD -USE_CABAL= conduit>=0.4 lifted-base>=0.1 monad-control>=0.3 \ +USE_CABAL= conduit>=0.5 lifted-base>=0.1 monad-control>=0.3 \ network>=2.3 transformers>=0.2.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |