aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-bifunctors/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-bifunctors/Makefile')
-rw-r--r--devel/hs-bifunctors/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-bifunctors/Makefile b/devel/hs-bifunctors/Makefile
index 95a22f469d72..2730176b02e7 100644
--- a/devel/hs-bifunctors/Makefile
+++ b/devel/hs-bifunctors/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bifunctors
-PORTVERSION= 5
+PORTVERSION= 5.4.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -9,7 +9,7 @@ COMMENT= Bifunctors
LICENSE= BSD3CLAUSE
-USE_CABAL= semigroups>=0.8.3.1 tagged>=0.7.3
+USE_CABAL= base-orphans comonad semigroups>=0.8.3.1 tagged>=0.7.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>