diff options
Diffstat (limited to 'math/hs-semigroupoids/Makefile')
-rw-r--r-- | math/hs-semigroupoids/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile index 3c6f0b643aed..79b7b69a747c 100644 --- a/math/hs-semigroupoids/Makefile +++ b/math/hs-semigroupoids/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-semigroupoids -# Date created: July 16, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= semigroupoids -PORTVERSION= 1.3.4 +PORTVERSION= 3.0.0.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +9,7 @@ COMMENT= Haskell 98 semigroupoids: Category sans id LICENSE= BSD -USE_CABAL= comonad>=1.1.1.5 contravariant>=0.2.0.1 semigroups>=0.8.3.1 \ +USE_CABAL= comonad>=3.0 contravariant>=0.2.0.1 semigroups>=0.8.3.1 \ transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |