-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.6.2.1 [2020.12.30] * The build-type has been changed from Custom to Simple. To achieve this, the doctests test suite has been removed in favor of using cabal-docspec to run the doctests. 0.6.2 [2020.04.10] * Make the Distributive instance for Tagged poly-kinded.
- Loading branch information
1 parent
7d937b0
commit 027fef9
Showing
4 changed files
with
34 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2020/01/01 05:21:17 pho Exp $ | ||
# $NetBSD: Makefile,v 1.4 2021/04/23 07:33:09 pho Exp $ | ||
|
||
DISTNAME= distributive-0.6.1 | ||
DISTNAME= distributive-0.6.2.1 | ||
CATEGORIES= math devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -9,6 +9,6 @@ LICENSE= modified-bsd | |
|
||
.include "../../mk/haskell.mk" | ||
.include "../../devel/hs-base-orphans/buildlink3.mk" | ||
.include "../../devel/hs-tagged/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.include "../../devel/hs-tagged/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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,23 +1,23 @@ | ||
@comment $NetBSD: PLIST,v 1.3 2020/05/11 17:52:10 rillig Exp $ | ||
${HS_INTF}/package-description | ||
${HS_INTF}/package-id | ||
${HS_IMPL}/Data/Distributive.dyn_hi | ||
${HS_IMPL}/Data/Distributive.hi | ||
${HS_IMPL}/Data/Distributive.p_hi | ||
${HS_IMPL}/Data/Distributive/Generic.dyn_hi | ||
${HS_IMPL}/Data/Distributive/Generic.hi | ||
${HS_IMPL}/Data/Distributive/Generic.p_hi | ||
${HS_IMPL}/libHS${HS_PKGID}.a | ||
${HS_IMPL}/libHS${HS_PKGID}_p.a | ||
@comment $NetBSD: PLIST,v 1.4 2021/04/23 07:33:09 pho Exp $ | ||
lib/distributive-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/distributive-${PKGVERSION}/${HS_VERSION}/package-id | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a | ||
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a | ||
lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
${HS_DOCS}/LICENSE | ||
${HS_DOCS}/html/Data-Distributive-Generic.html | ||
${HS_DOCS}/html/Data-Distributive.html | ||
${HS_DOCS}/html/distributive.haddock | ||
${HS_DOCS}/html/doc-index.html | ||
${HS_DOCS}/html/haddock-bundle.min.js | ||
${HS_DOCS}/html/index.html | ||
${HS_DOCS}/html/linuwial.css | ||
${HS_DOCS}/html/meta.json | ||
${HS_DOCS}/html/quick-jump.css | ||
${HS_DOCS}/html/synopsis.png | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/LICENSE | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/Data-Distributive-Generic.html | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/Data-Distributive.html | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/distributive.haddock | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/doc-index.html | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/haddock-bundle.min.js | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/index.html | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/linuwial.css | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/meta.json | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/quick-jump.css | ||
share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/synopsis.png |
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,17 +1,17 @@ | ||
# $NetBSD: buildlink3.mk,v 1.4 2020/01/01 05:21:17 pho Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.5 2021/04/23 07:33:09 pho Exp $ | ||
|
||
BUILDLINK_TREE+= hs-distributive | ||
|
||
.if !defined(HS_DISTRIBUTIVE_BUILDLINK3_MK) | ||
HS_DISTRIBUTIVE_BUILDLINK3_MK:= | ||
|
||
BUILDLINK_API_DEPENDS.hs-distributive+= hs-distributive>=0.6.1 | ||
BUILDLINK_ABI_DEPENDS.hs-distributive+= hs-distributive>=0.6.1 | ||
BUILDLINK_API_DEPENDS.hs-distributive+= hs-distributive>=0.6.2 | ||
BUILDLINK_ABI_DEPENDS.hs-distributive+= hs-distributive>=0.6.2.1 | ||
BUILDLINK_PKGSRCDIR.hs-distributive?= ../../math/hs-distributive | ||
|
||
.include "../../devel/hs-base-orphans/buildlink3.mk" | ||
.include "../../devel/hs-tagged/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.include "../../devel/hs-tagged/buildlink3.mk" | ||
.endif # HS_DISTRIBUTIVE_BUILDLINK3_MK | ||
|
||
BUILDLINK_TREE+= -hs-distributive |
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.3 2020/01/01 05:21:17 pho Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/04/23 07:33:09 pho Exp $ | ||
|
||
SHA1 (distributive-0.6.1.tar.gz) = fd50e156bda77d46225a07ace5c74244844d75cb | ||
RMD160 (distributive-0.6.1.tar.gz) = d0f710e29138150b1c235e0d8b6e283fd14daf69 | ||
SHA512 (distributive-0.6.1.tar.gz) = 6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630 | ||
Size (distributive-0.6.1.tar.gz) = 11256 bytes | ||
SHA1 (distributive-0.6.2.1.tar.gz) = 8bcb4c25668fd2ae543f5b722eb0d6a15e77ffbd | ||
RMD160 (distributive-0.6.2.1.tar.gz) = d579ce67d797b811ec3b15373701873ddcbf5169 | ||
SHA512 (distributive-0.6.2.1.tar.gz) = 387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7 | ||
Size (distributive-0.6.2.1.tar.gz) = 8140 bytes |