pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-memotrie



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Apr 28 21:00:22 UTC 2024

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

Log Message:
devel/hs-memotrie: 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.2 -r1.3 pkgsrc/devel/hs-memotrie/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-memotrie/PLIST
diff -u pkgsrc/devel/hs-memotrie/PLIST:1.2 pkgsrc/devel/hs-memotrie/PLIST:1.3
--- pkgsrc/devel/hs-memotrie/PLIST:1.2  Thu Oct 26 06:55:35 2023
+++ pkgsrc/devel/hs-memotrie/PLIST      Sun Apr 28 21:00:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/26 06:55:35 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/28 21:00:21 pho Exp $
 lib/MemoTrie-${PKGVERSION}/${HS_VERSION}/package-description
 lib/MemoTrie-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/MemoTrie.dyn_hi
@@ -11,11 +11,9 @@ share/doc/${HS_PLATFORM}/MemoTrie-${PKGV
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/Data-MemoTrie.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/MemoTrie.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/MemoTrie-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index