aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-conduit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-conduit/Makefile')
-rw-r--r--devel/hs-conduit/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-conduit/Makefile b/devel/hs-conduit/Makefile
index 5a75a338ec16..b3376359f2ab 100644
--- a/devel/hs-conduit/Makefile
+++ b/devel/hs-conduit/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= conduit
-PORTVERSION= 1.1.7
-PORTREVISION= 1
+PORTVERSION= 1.2.5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,8 +9,8 @@ COMMENT= Streaming data processing library
LICENSE= MIT
-USE_CABAL= exceptions lifted-base>=0.1 mmorph monad-control>=0.3.1 \
- mtl resourcet>=1.1 transformers-base>=0.4.1 void>=0.5.5
+USE_CABAL= exceptions>=0.6 lifted-base>=0.1 mmorph mtl resourcet>=1.1 \
+ transformers-base>=0.4.1 void>=0.5.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>