diff options
Diffstat (limited to 'math/hs-pointed/Makefile')
-rw-r--r-- | math/hs-pointed/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile index 6b9be33d58d8..4535847372cb 100644 --- a/math/hs-pointed/Makefile +++ b/math/hs-pointed/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-pointed -# Date created: July 16, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= pointed -PORTVERSION= 2.1.0.2 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -15,8 +9,8 @@ COMMENT= Haskell 98 pointed and copointed data LICENSE= BSD -USE_CABAL= comonad>=1.1.1.5 comonad-transformers>=2.1 data-default>=0.4 \ - semigroupoids>=1.3.1.2 semigroups>=0.8.3.1 stm>=2.1.2.1 \ +USE_CABAL= comonad>=3.0 comonad-transformers>=3.0 data-default>=0.4 \ + semigroupoids>=3.0 semigroups>=0.8.3.1 stm>=2.1.2.1 \ transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |