diff options
Diffstat (limited to 'math/hs-distributive/Makefile')
-rw-r--r-- | math/hs-distributive/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile index 148ff33c9e89..de6f5ef4f374 100644 --- a/math/hs-distributive/Makefile +++ b/math/hs-distributive/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= distributive -PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTVERSION= 0.3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Haskell 98 distributive functors -- Dual to Traversable LICENSE= BSD -USE_CABAL= transformers>=0.2 +USE_CABAL= transformers>=0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |