pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hw-fingertree



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Apr 29 05:09:05 UTC 2024

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

Log Message:
devel/hs-hw-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.4 -r1.5 pkgsrc/devel/hs-hw-fingertree/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-hw-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-hw-fingertree/Makefile
diff -u pkgsrc/devel/hs-hw-fingertree/Makefile:1.4 pkgsrc/devel/hs-hw-fingertree/Makefile:1.5
--- pkgsrc/devel/hs-hw-fingertree/Makefile:1.4  Thu Nov  2 06:36:41 2023
+++ pkgsrc/devel/hs-hw-fingertree/Makefile      Mon Apr 29 05:09:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/02 06:36:41 pho Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/29 05:09:05 pho Exp $
 
 DISTNAME=      hw-fingertree-0.1.2.1
 PKGREVISION=   3
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Generic finger-tree structure, with example instances
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       deepseq
+
 .include "../../devel/hs-hw-prim/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-hw-fingertree/PLIST
diff -u pkgsrc/devel/hs-hw-fingertree/PLIST:1.2 pkgsrc/devel/hs-hw-fingertree/PLIST:1.3
--- pkgsrc/devel/hs-hw-fingertree/PLIST:1.2     Sun Oct 29 07:53:48 2023
+++ pkgsrc/devel/hs-hw-fingertree/PLIST Mon Apr 29 05:09:05 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/29 07:53:48 pho Exp $
-lib/hw-fingertree-${PKGVERSION}/${HS_VERSION}/package-description
-lib/hw-fingertree-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.3 2024/04/29 05:09:05 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/HaskellWorks/Data/FingerTree.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/HaskellWorks/Data/FingerTree.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/HaskellWorks/Data/FingerTree.p_hi
@@ -16,17 +14,17 @@ ${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/hw-fingertree-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hw-fingertree-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/HaskellWorks-Data-FingerTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/HaskellWorks-Data-IntervalMap-FingerTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/HaskellWorks-Data-PriorityQueue-FingerTree.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/hw-fingertree.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hw-fingertree-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index