pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-errors



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  1 07:11:34 UTC 2024

Modified Files:
        pkgsrc/devel/hs-errors: PLIST

Log Message:
devel/hs-errors: 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.4 -r1.5 pkgsrc/devel/hs-errors/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-errors/PLIST
diff -u pkgsrc/devel/hs-errors/PLIST:1.4 pkgsrc/devel/hs-errors/PLIST:1.5
--- pkgsrc/devel/hs-errors/PLIST:1.4    Sun Oct 29 09:35:52 2023
+++ pkgsrc/devel/hs-errors/PLIST        Wed May  1 07:11:34 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/29 09:35:52 pho Exp $
-lib/errors-${PKGVERSION}/${HS_VERSION}/package-description
-lib/errors-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.5 2024/05/01 07:11:34 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Error.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Control/Error.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Error.p_hi
@@ -19,6 +17,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/errors-${PKGVERSION}/${HS_VERSION}/package-description
+lib/errors-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error-Safe.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error-Script.html
@@ -26,12 +26,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/err
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Data-EitherR.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/errors.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index