aboutsummaryrefslogtreecommitdiff
path: root/math/hs-contravariant/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
commit39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch)
tree607a5ca77efd301a2b4dc49b05d108829fcffa77 /math/hs-contravariant/Makefile
parent75b64b1cb42c127b71646f039269eb7bd560d8ef (diff)
downloadports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz
ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip
Notes
Diffstat (limited to 'math/hs-contravariant/Makefile')
-rw-r--r--math/hs-contravariant/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile
index c6dfedfecfdb..9ab88f103961 100644
--- a/math/hs-contravariant/Makefile
+++ b/math/hs-contravariant/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= contravariant
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.3.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,7 +9,8 @@ COMMENT= Contravariant functors
LICENSE= BSD3CLAUSE
-USE_CABAL= semigroups>=0.15.2 transformers-compat>=0.3
+USE_CABAL= semigroups>=0.15.2 StateVar>=1.1 tagged>=0.4.4 \
+ transformers-compat>=0.3 void>=0.6
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>