diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:12:34 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:12:34 +0800 |
commit | 5c8d164e4e3f77643c0a764af345a168e924baf4 (patch) | |
tree | fdf27c7b7cc16a4810ace5e62ebdc26d557b3ddc /math | |
parent | 2f39e23b718f955e1a52e61ac7dd131ff434c407 (diff) | |
download | freebsd-ports-gnome-5c8d164e4e3f77643c0a764af345a168e924baf4.tar.gz freebsd-ports-gnome-5c8d164e4e3f77643c0a764af345a168e924baf4.tar.zst freebsd-ports-gnome-5c8d164e4e3f77643c0a764af345a168e924baf4.zip |
- Update to 1.2.6.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-semigroupoids/Makefile | 4 | ||||
-rw-r--r-- | math/hs-semigroupoids/distinfo | 4 | ||||
-rw-r--r-- | math/hs-semigroupoids/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile index a6271b6b83c2..90db6ab3bf0e 100644 --- a/math/hs-semigroupoids/Makefile +++ b/math/hs-semigroupoids/Makefile @@ -6,7 +6,7 @@ # PORTNAME= semigroupoids -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Haskell 98 semigroupoids: Category sans id LICENSE= BSD -USE_CABAL= comonad>=1.1.1 contravariant>=0.1.2 semigroups>=0.7.1 \ +USE_CABAL= comonad>=1.1.1.1 contravariant>=0.1.2 semigroups>=0.8 \ transformers>=0.2.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/math/hs-semigroupoids/distinfo b/math/hs-semigroupoids/distinfo index bf54d89aef6c..2a0b47e50bb3 100644 --- a/math/hs-semigroupoids/distinfo +++ b/math/hs-semigroupoids/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/semigroupoids-1.2.5.tar.gz) = 5db6c3eadcb0a5de2f0b1867f7cd0bffa97226f027ac4822a8761bc824e68f88 -SIZE (cabal/semigroupoids-1.2.5.tar.gz) = 10228 +SHA256 (cabal/semigroupoids-1.2.6.1.tar.gz) = ae3c127b1a3b8d6c2b032db212b77c4382c08e5cc768d1bd60577f074ca394fb +SIZE (cabal/semigroupoids-1.2.6.1.tar.gz) = 10216 diff --git a/math/hs-semigroupoids/pkg-descr b/math/hs-semigroupoids/pkg-descr index 76cdef966429..db52dfda1831 100644 --- a/math/hs-semigroupoids/pkg-descr +++ b/math/hs-semigroupoids/pkg-descr @@ -2,4 +2,4 @@ Provides a wide array of semigroupoids and operations for working with semigroupoids. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. -WWW: http://github.com/ekmett/semigroupoids/
\ No newline at end of file +WWW: http://github.com/ekmett/semigroupoids |