diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:06:08 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:06:08 +0800 |
commit | 5fd84ed252113a4620896fdf13a2e394c63f4903 (patch) | |
tree | 7cc5f5e74639a417488ebe74a8cb0ceb065d5df3 /math/hs-comonad | |
parent | 34f78dadd08a8fac07acb661945a1cc5ff73ec41 (diff) | |
download | freebsd-ports-graphics-5fd84ed252113a4620896fdf13a2e394c63f4903.tar.gz freebsd-ports-graphics-5fd84ed252113a4620896fdf13a2e394c63f4903.tar.zst freebsd-ports-graphics-5fd84ed252113a4620896fdf13a2e394c63f4903.zip |
- Update to 1.1.1.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math/hs-comonad')
-rw-r--r-- | math/hs-comonad/Makefile | 4 | ||||
-rw-r--r-- | math/hs-comonad/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index 7ab9999e3b6..a79145b7fea 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= comonad -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.1.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Haskell 98 comonads LICENSE= BSD -USE_CABAL= semigroups>=0.7.1 transformers>=0.2.0 +USE_CABAL= semigroups>=0.8 transformers>=0.2.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-comonad/distinfo b/math/hs-comonad/distinfo index d870bd20774..2f20c444921 100644 --- a/math/hs-comonad/distinfo +++ b/math/hs-comonad/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/comonad-1.1.1.tar.gz) = 0a2dca160f26f5a0d82ce1e6734f0774b95dceb6b5616e369f6923bb188ebe49 -SIZE (cabal/comonad-1.1.1.tar.gz) = 4201 +SHA256 (cabal/comonad-1.1.1.1.tar.gz) = ea437ec2fb3c91635f32bf5520f48b9850388b61d4d842772d1f3ea37caf1307 +SIZE (cabal/comonad-1.1.1.1.tar.gz) = 4198 |