pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-Only
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 29 02:30:51 UTC 2024
Modified Files:
pkgsrc/devel/hs-Only: Makefile PLIST
Log Message:
devel/hs-Only: 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.10 -r1.11 pkgsrc/devel/hs-Only/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-Only/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-Only/Makefile
diff -u pkgsrc/devel/hs-Only/Makefile:1.10 pkgsrc/devel/hs-Only/Makefile:1.11
--- pkgsrc/devel/hs-Only/Makefile:1.10 Thu Nov 2 06:36:16 2023
+++ pkgsrc/devel/hs-Only/Makefile Mon Apr 29 02:30:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/11/02 06:36:16 pho Exp $
+# $NetBSD: Makefile,v 1.11 2024/04/29 02:30:51 pho Exp $
DISTNAME= Only-0.1
PKGREVISION= 8
@@ -8,5 +8,8 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= The 1-tuple type or single-value collection
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ deepseq
+
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-Only/PLIST
diff -u pkgsrc/devel/hs-Only/PLIST:1.4 pkgsrc/devel/hs-Only/PLIST:1.5
--- pkgsrc/devel/hs-Only/PLIST:1.4 Thu Oct 26 13:10:48 2023
+++ pkgsrc/devel/hs-Only/PLIST Mon Apr 29 02:30:51 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/26 13:10:48 pho Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/04/29 02:30:51 pho Exp $
lib/Only-${PKGVERSION}/${HS_VERSION}/package-description
lib/Only-${PKGVERSION}/${HS_VERSION}/package-id
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Tuple/Only.dyn_hi
@@ -11,11 +11,9 @@ share/doc/${HS_PLATFORM}/Only-${PKGVERSI
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/Data-Tuple-Only.html
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/Only.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/Only-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index