pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-conduit-extra



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May  2 04:23:04 UTC 2024

Modified Files:
        pkgsrc/devel/hs-conduit-extra: PLIST

Log Message:
devel/hs-conduit-extra: 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.3 -r1.4 pkgsrc/devel/hs-conduit-extra/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-conduit-extra/PLIST
diff -u pkgsrc/devel/hs-conduit-extra/PLIST:1.3 pkgsrc/devel/hs-conduit-extra/PLIST:1.4
--- pkgsrc/devel/hs-conduit-extra/PLIST:1.3     Mon Oct 30 11:34:02 2023
+++ pkgsrc/devel/hs-conduit-extra/PLIST Thu May  2 04:23:04 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/30 11:34:02 pho Exp $
-lib/conduit-extra-${PKGVERSION}/${HS_VERSION}/package-description
-lib/conduit-extra-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.4 2024/05/02 04:23:04 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Attoparsec.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Attoparsec.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Attoparsec.p_hi
@@ -43,6 +41,8 @@ ${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/conduit-extra-${PKGVERSION}/${HS_VERSION}/package-description
+lib/conduit-extra-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/Data-Conduit-Attoparsec.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/Data-Conduit-Binary.html
@@ -79,11 +79,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/con
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index-U.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index-W.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-extra-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index