forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.15.1 * Remove whitespace after @ in as-patterns for GHC HEAD #186 1.0.15.0 * Added toNonEmpty to Data.NonNull #185 1.0.14.0 * Added WrappedMono to Data.MonoTraversable #182 1.0.13.0 * Added WrappedPoly to Data.MonoTraversable #180 1.0.12.0 * Added filterSet to Data.Containers * Use container specific implementations for filterSet and filterMap #178 1.0.11.0 * Adding monomorphic instances for GHC.Generics and Data.Proxy types #175 1.0.10.0 * Make index work on negative indices #172 #114 1.0.9.0 * Added filterMap to Data.Containers #167
- Loading branch information
1 parent
476705c
commit 0c49f39
Showing
3 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
# $NetBSD: buildlink3.mk,v 1.2 2020/01/03 07:46:30 pho Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.3 2020/01/11 08:56:16 pho Exp $ | ||
|
||
BUILDLINK_TREE+= hs-mono-traversable | ||
|
||
.if !defined(HS_MONO_TRAVERSABLE_BUILDLINK3_MK) | ||
HS_MONO_TRAVERSABLE_BUILDLINK3_MK:= | ||
|
||
BUILDLINK_API_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.8 | ||
BUILDLINK_ABI_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.8.1 | ||
BUILDLINK_API_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.15 | ||
BUILDLINK_ABI_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.15.1 | ||
BUILDLINK_PKGSRCDIR.hs-mono-traversable?= ../../devel/hs-mono-traversable | ||
|
||
.include "../../devel/hs-hashable/buildlink3.mk" | ||
.include "../../devel/hs-split/buildlink3.mk" | ||
.include "../../devel/hs-text/buildlink3.mk" | ||
.include "../../devel/hs-unordered-containers/buildlink3.mk" | ||
.include "../../devel/hs-vector/buildlink3.mk" | ||
.include "../../devel/hs-vector-algorithms/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.endif # HS_MONO_TRAVERSABLE_BUILDLINK3_MK | ||
|
||
BUILDLINK_TREE+= -hs-mono-traversable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2020/01/03 07:46:30 pho Exp $ | ||
$NetBSD: distinfo,v 1.3 2020/01/11 08:56:16 pho Exp $ | ||
|
||
SHA1 (mono-traversable-1.0.8.1.tar.gz) = 6436c98add73e6faf0099ece34fe04136fb5ea15 | ||
RMD160 (mono-traversable-1.0.8.1.tar.gz) = ffe54685a4e70e3ed263e2cc6f61c949fc14a7b1 | ||
SHA512 (mono-traversable-1.0.8.1.tar.gz) = cb3ea7efd1995be5f3af2b71cb8ed105801de6e2496fdd2644f90b223a33aa9b1e2e70837acaf3289aa4354ec217daf9bb77b44e7b745c3c84866ec40be5e062 | ||
Size (mono-traversable-1.0.8.1.tar.gz) = 39037 bytes | ||
SHA1 (mono-traversable-1.0.15.1.tar.gz) = 89791be9da3b10403e89bca9d944174ccf3edcb6 | ||
RMD160 (mono-traversable-1.0.15.1.tar.gz) = a237864e150973285f40b9a042f1c32f51a4b0c2 | ||
SHA512 (mono-traversable-1.0.15.1.tar.gz) = adf1af35b93af0605667d8b033415f318c6dab225499fdd1d9eab349fb1eedca2623c98f9dce83f94ed27db75b6f0aa88027daa748c7b3db05f47f68b505b0c8 | ||
Size (mono-traversable-1.0.15.1.tar.gz) = 40815 bytes |