aboutsummaryrefslogtreecommitdiff
path: root/math/hs-comonad
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /math/hs-comonad
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'math/hs-comonad')
-rw-r--r--math/hs-comonad/Makefile12
-rw-r--r--math/hs-comonad/distinfo4
-rw-r--r--math/hs-comonad/pkg-descr2
3 files changed, 6 insertions, 12 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile
index ed7d226b69aa..992378a57508 100644
--- a/math/hs-comonad/Makefile
+++ b/math/hs-comonad/Makefile
@@ -1,21 +1,15 @@
-# New ports collection makefile for: hs-comonad
-# Date created: July 16, 2011
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= comonad
-PORTVERSION= 1.1.1.6
-PORTREVISION= 1
+PORTVERSION= 3.0.0.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Haskell 98 comonads
+COMMENT= Haskell 98 compatible comonads
LICENSE= BSD
-USE_CABAL= semigroups>=0.8.3.1 transformers>=0.2
+USE_CABAL= semigroups>=0.8.3 transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/math/hs-comonad/distinfo b/math/hs-comonad/distinfo
index 470dba875ca8..9eafde869ed7 100644
--- a/math/hs-comonad/distinfo
+++ b/math/hs-comonad/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/comonad-1.1.1.6.tar.gz) = e5690ff7cb9f9b33ff46ce1107e6d074427a21b3a2d07b4475bf8e348ebae0e9
-SIZE (cabal/comonad-1.1.1.6.tar.gz) = 4358
+SHA256 (cabal/comonad-3.0.0.2.tar.gz) = 113aca5618a478d25ce2f71718e5226f41bd0a953d4b1c906cab5543c80a0707
+SIZE (cabal/comonad-3.0.0.2.tar.gz) = 4287
diff --git a/math/hs-comonad/pkg-descr b/math/hs-comonad/pkg-descr
index 14fda49fad14..dbfe091539f6 100644
--- a/math/hs-comonad/pkg-descr
+++ b/math/hs-comonad/pkg-descr
@@ -1,3 +1,3 @@
Haskell 98 compatible comonads.
-WWW: http://github.com/ekmett/comonad/ \ No newline at end of file
+WWW: http://github.com/ekmett/comonad/