pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-tasty-rerun



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May  2 03:55:53 UTC 2024

Modified Files:
        pkgsrc/devel/hs-tasty-rerun: Makefile PLIST

Log Message:
devel/hs-tasty-rerun: 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-tasty-rerun/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-tasty-rerun/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-tasty-rerun/Makefile
diff -u pkgsrc/devel/hs-tasty-rerun/Makefile:1.2 pkgsrc/devel/hs-tasty-rerun/Makefile:1.3
--- pkgsrc/devel/hs-tasty-rerun/Makefile:1.2    Thu Nov  2 06:36:59 2023
+++ pkgsrc/devel/hs-tasty-rerun/Makefile        Thu May  2 03:55:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/11/02 06:36:59 pho Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/02 03:55:53 pho Exp $
 
 DISTNAME=      tasty-rerun-1.1.19
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Rerun only tests which failed in a previous test run
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../devel/hs-optparse-applicative/buildlink3.mk"
 .include "../../devel/hs-split/buildlink3.mk"
 .include "../../devel/hs-tagged/buildlink3.mk"

Index: pkgsrc/devel/hs-tasty-rerun/PLIST
diff -u pkgsrc/devel/hs-tasty-rerun/PLIST:1.1 pkgsrc/devel/hs-tasty-rerun/PLIST:1.2
--- pkgsrc/devel/hs-tasty-rerun/PLIST:1.1       Tue Oct 31 17:55:54 2023
+++ pkgsrc/devel/hs-tasty-rerun/PLIST   Thu May  2 03:55:53 2024
@@ -1,21 +1,19 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/31 17:55:54 pho Exp $
-lib/tasty-rerun-${PKGVERSION}/${HS_VERSION}/package-description
-lib/tasty-rerun-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.2 2024/05/02 03:55:53 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Test/Tasty/Ingredients/Rerun.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Test/Tasty/Ingredients/Rerun.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Test/Tasty/Ingredients/Rerun.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/tasty-rerun-${PKGVERSION}/${HS_VERSION}/package-description
+lib/tasty-rerun-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/Test-Tasty-Ingredients-Rerun.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-rerun-${PKGVERSION}/html/tasty-rerun.haddock



Home | Main Index | Thread Index | Old Index