diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:11:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:11:16 +0000 |
commit | 7755357c37bbe046072820adf49def6a96811383 (patch) | |
tree | 0ea31895f47b61a039a3aca1a80bbbace2483ad7 /math | |
parent | e4c623b40dc309384715046b7ce3d0d7175d9adc (diff) | |
download | ports-7755357c37bbe046072820adf49def6a96811383.tar.gz ports-7755357c37bbe046072820adf49def6a96811383.zip |
Notes
Diffstat (limited to 'math')
-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 |