- Update to 1.2.6.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
7db46ac0b3
commit
c43af28086
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291212
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
WWW: http://github.com/ekmett/semigroupoids
|
||||
|
|
Loading…
Reference in a new issue