diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:15:32 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:15:32 +0000 |
commit | 686ddc6cb470d0c4450eaab9339a1937e01c3466 (patch) | |
tree | c153dffbe4b26a2fa5b0df09ae6c7bcb72558e84 /math/hs-pointed | |
parent | b711b90a74dbd69c2bb20c3cc36bbe895afaa679 (diff) | |
download | ports-686ddc6cb470d0c4450eaab9339a1937e01c3466.tar.gz ports-686ddc6cb470d0c4450eaab9339a1937e01c3466.zip |
Notes
Diffstat (limited to 'math/hs-pointed')
-rw-r--r-- | math/hs-pointed/Makefile | 8 | ||||
-rw-r--r-- | math/hs-pointed/distinfo | 4 | ||||
-rw-r--r-- | math/hs-pointed/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile index 0b28692d7301..43332af83cfc 100644 --- a/math/hs-pointed/Makefile +++ b/math/hs-pointed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pointed -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.0.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,9 +14,9 @@ COMMENT= Haskell 98 pointed and copointed data LICENSE= BSD -USE_CABAL= comonad>=1.1.1.1 comonad-transformers>=2.0 data-default>=0.2.0.1 \ - semigroupoids>=1.2.4 semigroups>=0.8 stm>=2.1.2.1 \ - transformers>=0.2.0 +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 \ + transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-pointed/distinfo b/math/hs-pointed/distinfo index 87de5e1e68a2..291b08d25732 100644 --- a/math/hs-pointed/distinfo +++ b/math/hs-pointed/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pointed-2.0.3.tar.gz) = 5eeffdd2238bcf05ff8cd194efba89a19ca8e4b61e02a8fae43974b57b758337 -SIZE (cabal/pointed-2.0.3.tar.gz) = 2995 +SHA256 (cabal/pointed-2.1.0.2.tar.gz) = 54bc4646d6b5ed5cfe4c603a4f4a6d5830f3731c3954614f287b58d7bd0b073d +SIZE (cabal/pointed-2.1.0.2.tar.gz) = 2958 diff --git a/math/hs-pointed/pkg-descr b/math/hs-pointed/pkg-descr index 0cba93e0d507..8135440a27e6 100644 --- a/math/hs-pointed/pkg-descr +++ b/math/hs-pointed/pkg-descr @@ -1,3 +1,3 @@ Haskell 98 pointed and copointed data. -WWW: http://github.com/ekmett/copointed/ +WWW: http://github.com/ekmett/pointed/ |