diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:06:55 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:06:55 +0800 |
commit | 271ddb9f17cacfa10dc9f7a936f571b311b51293 (patch) | |
tree | 4678d6753d09070703c5317b866ba1bb2648145d /math/hs-comonad-transformers | |
parent | 5fd84ed252113a4620896fdf13a2e394c63f4903 (diff) | |
download | freebsd-ports-graphics-271ddb9f17cacfa10dc9f7a936f571b311b51293.tar.gz freebsd-ports-graphics-271ddb9f17cacfa10dc9f7a936f571b311b51293.tar.zst freebsd-ports-graphics-271ddb9f17cacfa10dc9f7a936f571b311b51293.zip |
- Update to 2.0.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math/hs-comonad-transformers')
-rw-r--r-- | math/hs-comonad-transformers/Makefile | 6 | ||||
-rw-r--r-- | math/hs-comonad-transformers/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/hs-comonad-transformers/Makefile b/math/hs-comonad-transformers/Makefile index 000001cf6a4..077f71ac1e6 100644 --- a/math/hs-comonad-transformers/Makefile +++ b/math/hs-comonad-transformers/Makefile @@ -6,7 +6,7 @@ # PORTNAME= comonad-transformers -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,8 +14,8 @@ COMMENT= Comonad transformers LICENSE= BSD -USE_CABAL= comonad>=1.1 contravariant>=0.1.2 distributive>=0.2 \ - semigroupoids>=1.2.4 semigroups>=0.7.1 transformers>=0.2.0 +USE_CABAL= comonad>=1.1.1.1 contravariant>=0.1.2 distributive>=0.2 \ + semigroupoids>=1.2.6 semigroups>=0.8 transformers>=0.2.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-comonad-transformers/distinfo b/math/hs-comonad-transformers/distinfo index c2dd4fcf5db..2a9d9adba8d 100644 --- a/math/hs-comonad-transformers/distinfo +++ b/math/hs-comonad-transformers/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/comonad-transformers-2.0.0.tar.gz) = bd93647be4924f5a74b33aff9e032d1fbe94a26ee920577c98d809d80857ae52 -SIZE (cabal/comonad-transformers-2.0.0.tar.gz) = 8640 +SHA256 (cabal/comonad-transformers-2.0.2.tar.gz) = 683160fbc71657c293f40f0ebe1b9e2fee426eedc30a7ccbe9e722db440e8d39 +SIZE (cabal/comonad-transformers-2.0.2.tar.gz) = 8636 |