diff options
Diffstat (limited to 'devel/hs-arrows/Makefile')
-rw-r--r-- | devel/hs-arrows/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/hs-arrows/Makefile b/devel/hs-arrows/Makefile index 1a49807ffaa4..73ce89e783c3 100644 --- a/devel/hs-arrows/Makefile +++ b/devel/hs-arrows/Makefile @@ -6,14 +6,16 @@ # PORTNAME= arrows -PORTVERSION= 0.4.2.0 +PORTVERSION= 0.4.4.0 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell arrow classes and transformers +LICENSE= BSD + CABAL_SETUP= Setup.hs -USE_HACKAGE= Stream +USE_CABAL= Stream .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |