diff options
Diffstat (limited to 'math/hs-kan-extensions/Makefile')
-rw-r--r-- | math/hs-kan-extensions/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-kan-extensions/Makefile b/math/hs-kan-extensions/Makefile index 0d1aef36702e..a971c458f4ed 100644 --- a/math/hs-kan-extensions/Makefile +++ b/math/hs-kan-extensions/Makefile @@ -2,7 +2,7 @@ PORTNAME= kan-extensions PORTVERSION= 5.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +10,7 @@ COMMENT= Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)d LICENSE= BSD3CLAUSE -USE_CABAL= adjunctions comonad contravariant distributive free mtl \ - semigroupoids tagged +USE_CABAL= adjunctions comonad distributive free mtl semigroupoids tagged .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |