pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-tasty



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Apr 30 13:34:16 UTC 2024

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

Log Message:
devel/hs-tasty: 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.14 -r1.15 pkgsrc/devel/hs-tasty/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-tasty/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/Makefile
diff -u pkgsrc/devel/hs-tasty/Makefile:1.14 pkgsrc/devel/hs-tasty/Makefile:1.15
--- pkgsrc/devel/hs-tasty/Makefile:1.14 Thu Nov  2 06:36:58 2023
+++ pkgsrc/devel/hs-tasty/Makefile      Tue Apr 30 13:34:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/11/02 06:36:58 pho Exp $
+# $NetBSD: Makefile,v 1.15 2024/04/30 13:34:16 pho Exp $
 
 DISTNAME=      tasty-1.5
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Modern and extensible testing framework
 LICENSE=       mit
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       ansi-terminal
+
 .include "../../devel/hs-ansi-terminal/buildlink3.mk"
 .include "../../devel/hs-optparse-applicative/buildlink3.mk"
 .include "../../devel/hs-tagged/buildlink3.mk"

Index: pkgsrc/devel/hs-tasty/PLIST
diff -u pkgsrc/devel/hs-tasty/PLIST:1.5 pkgsrc/devel/hs-tasty/PLIST:1.6
--- pkgsrc/devel/hs-tasty/PLIST:1.5     Mon Oct 30 03:17:47 2023
+++ pkgsrc/devel/hs-tasty/PLIST Tue Apr 30 13:34:16 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/30 03:17:47 pho Exp $
-lib/tasty-${PKGVERSION}/${HS_VERSION}/package-description
-lib/tasty-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.6 2024/04/30 13:34:16 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/Async.hi
@@ -79,6 +77,8 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Test/Tast
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Test/Tasty/Runners/Utils.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-${PKGVERSION}/${HS_VERSION}/package-description
+lib/tasty-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/Test-Tasty-Ingredients-Basic.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/Test-Tasty-Ingredients-ConsoleReporter.html
@@ -114,12 +114,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/tas
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/doc-index-U.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/doc-index-W.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/tasty-${PKGVERSION}/html/tasty.haddock



Home | Main Index | Thread Index | Old Index