aboutsummaryrefslogtreecommitdiff
path: root/math/hs-contravariant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-contravariant/Makefile')
-rw-r--r--math/hs-contravariant/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile
index 9ab88f103961..f0435f253c13 100644
--- a/math/hs-contravariant/Makefile
+++ b/math/hs-contravariant/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= contravariant
-PORTVERSION= 1.3.2
+PORTVERSION= 1.4
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
@@ -9,8 +9,7 @@ COMMENT= Contravariant functors
LICENSE= BSD3CLAUSE
-USE_CABAL= semigroups>=0.15.2 StateVar>=1.1 tagged>=0.4.4 \
- transformers-compat>=0.3 void>=0.6
+USE_CABAL= semigroups StateVar transformers-compat void
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>