Update to 4.1.0.1
CHANGELOG: 4.1.0.1 * Updated to BSD 2-clause license 4.1 * Added product bifunctors 4.0 * Compatibility with `semigroupoids` 4.0
This commit is contained in:
parent
714379a73f
commit
79723e1281
5 changed files with 16 additions and 12 deletions
|
@ -1 +1 @@
|
|||
Haskell 98 bifunctors
|
||||
Bifunctors
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/05/21 12:35:34 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/10/14 10:48:50 szptvlfn Exp $
|
||||
|
||||
DISTNAME= bifunctors-3.2.0.1
|
||||
DISTNAME= bifunctors-4.1.0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= szptvlfn@a-net.email.ne.jp
|
||||
HOMEPAGE= http://github.com/ekmett/bifunctors/
|
||||
COMMENT= Haskell 98 bifunctors
|
||||
COMMENT= Bifunctors
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/05/21 12:35:34 szptvlfn Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/10/14 10:48:50 szptvlfn Exp $
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Biapplicative.hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Biapplicative.p_hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifoldable.hi
|
||||
|
@ -13,6 +13,8 @@ lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Flip.hi
|
|||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Flip.p_hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Joker.hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Joker.p_hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Product.hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Product.p_hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Wrapped.hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bifunctor/Wrapped.p_hi
|
||||
lib/bifunctors-${PKGVERSION}/${HASKELL_VERSION}/Data/Bitraversable.hi
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2013/05/21 12:35:34 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2013/10/14 10:48:50 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-bifunctors
|
||||
|
||||
.if !defined(HS_BIFUNCTORS_BUILDLINK3_MK)
|
||||
HS_BIFUNCTORS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-bifunctors+= hs-bifunctors>=3.2.0
|
||||
BUILDLINK_API_DEPENDS.hs-bifunctors+= hs-bifunctors>=4.1
|
||||
BUILDLINK_PKGSRCDIR.hs-bifunctors?= ../../wip/hs-bifunctors
|
||||
|
||||
.include "../../wip/hs-semigroupoids/buildlink3.mk"
|
||||
.include "../../wip/hs-semigroups/buildlink3.mk"
|
||||
.include "../../wip/hs-tagged/buildlink3.mk"
|
||||
.endif # HS_BIFUNCTORS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-bifunctors
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/05/21 12:35:34 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/10/14 10:48:50 szptvlfn Exp $
|
||||
|
||||
SHA1 (bifunctors-3.2.0.1.tar.gz) = b97f120779941f03faf24beb87cb97c12e7cade1
|
||||
RMD160 (bifunctors-3.2.0.1.tar.gz) = 0415a05a434f4ac5420505dd706f83c3aa83ad7f
|
||||
Size (bifunctors-3.2.0.1.tar.gz) = 7332 bytes
|
||||
SHA1 (bifunctors-4.1.0.1.tar.gz) = f93ca62bca0510315f91d47ec64e7e1e350d8234
|
||||
RMD160 (bifunctors-4.1.0.1.tar.gz) = dfda95bc08923807a73d9cb35c4152047be7e5b5
|
||||
Size (bifunctors-4.1.0.1.tar.gz) = 7627 bytes
|
||||
|
|
Loading…
Reference in a new issue