aboutsummaryrefslogtreecommitdiff
path: root/math/hs-comonad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-comonad/Makefile')
-rw-r--r--math/hs-comonad/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile
index 364e39989ac9..5c5c2df980d3 100644
--- a/math/hs-comonad/Makefile
+++ b/math/hs-comonad/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= comonad
-PORTVERSION= 4.2.2
-PORTREVISION= 1
+PORTVERSION= 4.2.7.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +10,7 @@ COMMENT= Comonads
LICENSE= BSD3CLAUSE
USE_CABAL= contravariant>=0.2.0.1 distributive>=0.2.2 semigroups>=0.8.3.1 \
- tagged>=0.1 transformers-compat>=0.3
+ tagged>=0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>