diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:15:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:15:32 +0800 |
commit | 5f7fbcedab87733ab443cfcf9695ce28099ec63a (patch) | |
tree | e92abc68d73a703cbc05c3d85c5ff77a5e31f672 /math | |
parent | e9ae16ad3b2b3676080611ea94f221c7cb01ae6f (diff) | |
download | freebsd-ports-gnome-5f7fbcedab87733ab443cfcf9695ce28099ec63a.tar.gz freebsd-ports-gnome-5f7fbcedab87733ab443cfcf9695ce28099ec63a.tar.zst freebsd-ports-gnome-5f7fbcedab87733ab443cfcf9695ce28099ec63a.zip |
- Update to 2.1.0.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-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/ |