pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/hs-Decimal



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Apr 28 12:19:25 UTC 2024

Modified Files:
        pkgsrc/finance/hs-Decimal: PLIST

Log Message:
finance/hs-Decimal: 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/finance/hs-Decimal/PLIST

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

Modified files:

Index: pkgsrc/finance/hs-Decimal/PLIST
diff -u pkgsrc/finance/hs-Decimal/PLIST:1.3 pkgsrc/finance/hs-Decimal/PLIST:1.4
--- pkgsrc/finance/hs-Decimal/PLIST:1.3 Tue Oct 24 09:55:42 2023
+++ pkgsrc/finance/hs-Decimal/PLIST     Sun Apr 28 12:19:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/24 09:55:42 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/04/28 12:19:25 pho Exp $
 lib/Decimal-${PKGVERSION}/${HS_VERSION}/package-description
 lib/Decimal-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Decimal.dyn_hi
@@ -14,11 +14,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/Dec
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/README.md
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/changelog.md
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/Decimal-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index