-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.4.6 * Resolve redundant import of Data.Monoid #26 * Added renderSetCookieBS and renderCookiesBS
- Loading branch information
1 parent
a844b88
commit 5a18612
Showing
4 changed files
with
24 additions
and
25 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,19 +1,19 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2021/04/24 17:39:07 pho Exp $ | ||
@comment $NetBSD: PLIST,v 1.3 2023/01/25 10:00:29 pho Exp $ | ||
lib/cookie-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/cookie-${PKGVERSION}/${HS_VERSION}/package-id | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Web/Cookie.dyn_hi | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Web/Cookie.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Web/Cookie.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Web/Cookie.p_hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Web/Cookie.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 | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/LICENSE | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/Web-Cookie.html | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/cookie.haddock | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/doc-index.html | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/haddock-bundle.min.js | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/index.html | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/linuwial.css | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/meta.json | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/quick-jump.css | ||
share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/synopsis.png | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/LICENSE | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/Web-Cookie.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/cookie.haddock | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/doc-index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/haddock-bundle.min.js | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/linuwial.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/meta.json | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${PKGVERSION}/html/quick-jump.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/cookie-${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
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:30 nia Exp $ | ||
$NetBSD: distinfo,v 1.4 2023/01/25 10:00:29 pho Exp $ | ||
|
||
BLAKE2s (cookie-0.4.5.tar.gz) = 5dd4d5f412ed58ecf5c917f7ca3bf4f491a56a94624bd48049805c0996638e17 | ||
SHA512 (cookie-0.4.5.tar.gz) = b3d4c12b4683f4f02e4d59b47ec3867554dee2fcb106fe59a073b8ead63a220458b91e8b5a2321e46a91666ba61e88798361448a7bc86e496a47d6731b8c0b93 | ||
Size (cookie-0.4.5.tar.gz) = 6048 bytes | ||
BLAKE2s (cookie-0.4.6.tar.gz) = b1e0f243e30c8e41a631379bdcaf817c72aa4577fd6748b74b280cdbb138431b | ||
SHA512 (cookie-0.4.6.tar.gz) = 8ba83a26940c8ff21a9a881e3ecc9947221dfcbfc31bd33a5d1c28f8256bd1260d16672d55bb91eadd1eafbe930195108c6ab8b6fe924f05f979c77a2ec0fba6 | ||
Size (cookie-0.4.6.tar.gz) = 6219 bytes |