pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/hs-base16-bytestring
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 03:10:18 UTC 2024
Modified Files:
pkgsrc/converters/hs-base16-bytestring: Makefile PLIST
Log Message:
converters/hs-base16-bytestring: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/hs-base16-bytestring/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/hs-base16-bytestring/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/hs-base16-bytestring/Makefile
diff -u pkgsrc/converters/hs-base16-bytestring/Makefile:1.10 pkgsrc/converters/hs-base16-bytestring/Makefile:1.11
--- pkgsrc/converters/hs-base16-bytestring/Makefile:1.10 Thu Nov 2 06:36:11 2023
+++ pkgsrc/converters/hs-base16-bytestring/Makefile Mon Apr 29 03:10:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/11/02 06:36:11 pho Exp $
+# $NetBSD: Makefile,v 1.11 2024/04/29 03:10:18 pho Exp $
DISTNAME= base16-bytestring-1.0.2.0
PKGREVISION= 5
@@ -8,5 +8,8 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Fast base16 (hex) encoding and decoding for ByteStrings
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ bytestring
+
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/hs-base16-bytestring/PLIST
diff -u pkgsrc/converters/hs-base16-bytestring/PLIST:1.3 pkgsrc/converters/hs-base16-bytestring/PLIST:1.4
--- pkgsrc/converters/hs-base16-bytestring/PLIST:1.3 Fri Oct 27 04:41:40 2023
+++ pkgsrc/converters/hs-base16-bytestring/PLIST Mon Apr 29 03:10:18 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/27 04:41:40 pho Exp $
-lib/base16-bytestring-${PKGVERSION}/${HS_VERSION}/package-description
-lib/base16-bytestring-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.4 2024/04/29 03:10:18 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16.hi
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16.p_hi
@@ -13,16 +11,16 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/base16-bytestring-${PKGVERSION}/${HS_VERSION}/package-description
+lib/base16-bytestring-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/Data-ByteString-Base16-Lazy.html
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/Data-ByteString-Base16.html
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/base16-bytestring.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index