-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.1.0.4 Dec 2023 * Add build-tools: hsc2hs to old-time.cabal for compilation with GHC 8. Fixes issue #12
- Loading branch information
1 parent
ea42f1c
commit 20db82b
Showing
4 changed files
with
11 additions
and
17 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,16 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.9 2023/11/02 06:37:42 pho Exp $ | ||
# $NetBSD: Makefile,v 1.10 2024/04/29 02:20:52 pho Exp $ | ||
|
||
DISTNAME= old-time-1.1.0.3 | ||
PKGREVISION= 7 | ||
DISTNAME= old-time-1.1.0.4 | ||
CATEGORIES= time | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Time library | ||
LICENSE= modified-bsd | ||
|
||
HASKELL_UNRESTRICT_DEPENDENCIES+= \ | ||
base | ||
|
||
.include "../../devel/hs-old-locale/buildlink3.mk" | ||
.include "../../mk/haskell.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,22 +1,20 @@ | ||
@comment $NetBSD: PLIST,v 1.5 2023/10/26 08:36:42 pho Exp $ | ||
lib/old-time-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/old-time-${PKGVERSION}/${HS_VERSION}/package-id | ||
@comment $NetBSD: PLIST,v 1.6 2024/04/29 02:20:52 pho Exp $ | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/System/Time.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/System/Time.hi | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/System/Time.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/include/HsTime.h | ||
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a | ||
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a | ||
lib/old-time-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/old-time-${PKGVERSION}/${HS_VERSION}/package-id | ||
share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/LICENSE | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/System-Time.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/doc-index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/doc-index.json | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/haddock-bundle.min.js | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/index.html | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/linuwial.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/meta.json | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/old-time.haddock | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/quick-jump.css | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${PKGVERSION}/html/quick-jump.min.js | ||
${PLIST.doc}share/doc/${HS_PLATFORM}/old-time-${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.5 2023/01/25 01:45:34 pho Exp $ | ||
$NetBSD: distinfo,v 1.6 2024/04/29 02:20:52 pho Exp $ | ||
|
||
BLAKE2s (old-time-1.1.0.3.tar.gz) = 2f39c49ac20c4753c2d09da8c9a175030c77ae71f10defb3b7546996e67ced27 | ||
SHA512 (old-time-1.1.0.3.tar.gz) = a701c62266f9f3c6dc60eba970b6c25a61bf82b6b8bb6b0073e0e44908598926fe7813a7ae1b1f9da98e4861a8f0565d0bd025cb97307b71c08cb9b0b2e321bb | ||
Size (old-time-1.1.0.3.tar.gz) = 74219 bytes | ||
BLAKE2s (old-time-1.1.0.4.tar.gz) = a3d2abda3aaea83433b7f460f46dcd999e32da2d1c49e4e75dbf688912d809cb | ||
SHA512 (old-time-1.1.0.4.tar.gz) = ec2386eb6276beadf0bec7fbf1f199ae514919c505308374c2935a2581deb7719a07553e53df0179642cb339b32b06365c000c1c9d6980f1e371dc02e2a172a3 | ||
Size (old-time-1.1.0.4.tar.gz) = 75542 bytes |