diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:11:16 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:11:16 +0800 |
commit | 38345fadbf286cbbad955883fe92c6460e7da492 (patch) | |
tree | ef93f5ccc3b1d106903dc9777f21f45a75bb55de | |
parent | 7b9655ead061d5171144f9dcee55015995b95174 (diff) | |
download | freebsd-ports-gnome-38345fadbf286cbbad955883fe92c6460e7da492.tar.gz freebsd-ports-gnome-38345fadbf286cbbad955883fe92c6460e7da492.tar.zst freebsd-ports-gnome-38345fadbf286cbbad955883fe92c6460e7da492.zip |
- Update to 1.1.1.6
Obtained from: FreeBSD Haskell
-rw-r--r-- | math/hs-comonad/Makefile | 4 | ||||
-rw-r--r-- | math/hs-comonad/distinfo | 4 | ||||
-rw-r--r-- | math/hs-comonad/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index a79145b7fea3..91e3288dcf86 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= comonad -PORTVERSION= 1.1.1.1 +PORTVERSION= 1.1.1.6 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Haskell 98 comonads LICENSE= BSD -USE_CABAL= semigroups>=0.8 transformers>=0.2.0 +USE_CABAL= semigroups>=0.8.3.1 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 2f20c444921d..470dba875ca8 100644 --- a/math/hs-comonad/distinfo +++ b/math/hs-comonad/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/comonad-1.1.1.1.tar.gz) = ea437ec2fb3c91635f32bf5520f48b9850388b61d4d842772d1f3ea37caf1307 -SIZE (cabal/comonad-1.1.1.1.tar.gz) = 4198 +SHA256 (cabal/comonad-1.1.1.6.tar.gz) = e5690ff7cb9f9b33ff46ce1107e6d074427a21b3a2d07b4475bf8e348ebae0e9 +SIZE (cabal/comonad-1.1.1.6.tar.gz) = 4358 diff --git a/math/hs-comonad/pkg-descr b/math/hs-comonad/pkg-descr index cb5cabbf60d6..14fda49fad14 100644 --- a/math/hs-comonad/pkg-descr +++ b/math/hs-comonad/pkg-descr @@ -1,3 +1,3 @@ -Haskell 98 comonads. +Haskell 98 compatible comonads. WWW: http://github.com/ekmett/comonad/
\ No newline at end of file |