pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-fingertree



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Apr 28 17:37:58 UTC 2024

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

Log Message:
devel/hs-fingertree: 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-fingertree/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-fingertree/PLIST
diff -u pkgsrc/devel/hs-fingertree/PLIST:1.3 pkgsrc/devel/hs-fingertree/PLIST:1.4
--- pkgsrc/devel/hs-fingertree/PLIST:1.3        Wed Oct 25 10:44:56 2023
+++ pkgsrc/devel/hs-fingertree/PLIST    Sun Apr 28 17:37:58 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/25 10:44:56 pho Exp $
-lib/fingertree-${PKGVERSION}/${HS_VERSION}/package-description
-lib/fingertree-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.4 2024/04/28 17:37:58 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/FingerTree.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/FingerTree.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/FingerTree.p_hi
@@ -13,12 +11,13 @@ ${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/fingertree-${PKGVERSION}/${HS_VERSION}/package-description
+lib/fingertree-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/Data-FingerTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/Data-IntervalMap-FingerTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/Data-PriorityQueue-FingerTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/fingertree.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/images/search.svg
@@ -26,5 +25,4 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/fin
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/fingertree-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index