pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-rope-utf16-splay



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Apr 28 11:02:02 UTC 2024

Modified Files:
        pkgsrc/textproc/hs-rope-utf16-splay: PLIST

Log Message:
textproc/hs-rope-utf16-splay: 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/textproc/hs-rope-utf16-splay/PLIST

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

Modified files:

Index: pkgsrc/textproc/hs-rope-utf16-splay/PLIST
diff -u pkgsrc/textproc/hs-rope-utf16-splay/PLIST:1.3 pkgsrc/textproc/hs-rope-utf16-splay/PLIST:1.4
--- pkgsrc/textproc/hs-rope-utf16-splay/PLIST:1.3       Tue Oct 24 07:47:20 2023
+++ pkgsrc/textproc/hs-rope-utf16-splay/PLIST   Sun Apr 28 11:02:02 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/24 07:47:20 pho Exp $
-lib/rope-utf16-splay-${PKGVERSION}/${HS_VERSION}/package-description
-lib/rope-utf16-splay-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.4 2024/04/28 11:02:02 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Rope/UTF16.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/Rope/UTF16.hi
@@ -19,6 +17,8 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/Spla
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/SplayTree.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/rope-utf16-splay-${PKGVERSION}/${HS_VERSION}/package-description
+lib/rope-utf16-splay-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/Data-Rope-UTF16-Internal-Position.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/Data-Rope-UTF16-Internal-Text.html
@@ -26,12 +26,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/rop
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/Data-Rope-UTF16.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/Data-SplayTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/rope-utf16-splay.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/rope-utf16-splay-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index