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:           Fri Jan 31 14:44:18 UTC 2025

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

Log Message:
devel/hs-tasty-rerun: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-tasty-rerun/Makefile

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.4 pkgsrc/devel/hs-tasty-rerun/Makefile:1.5
--- pkgsrc/devel/hs-tasty-rerun/Makefile:1.4    Thu May  9 01:32:14 2024
+++ pkgsrc/devel/hs-tasty-rerun/Makefile        Fri Jan 31 14:44:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/09 01:32:14 pho Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/31 14:44:18 pho Exp $
 
 DISTNAME=      tasty-rerun-1.1.19
 PKGREVISION=   2
@@ -9,7 +9,8 @@ COMMENT=        Rerun only tests which failed i
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       base
+       base    \
+       containers
 
 .include "../../devel/hs-optparse-applicative/buildlink3.mk"
 .include "../../devel/hs-split/buildlink3.mk"



Home | Main Index | Thread Index | Old Index