pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-blaze-builder



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb  7 20:13:29 UTC 2023

Modified Files:
        pkgsrc/devel/hs-blaze-builder: Makefile

Log Message:
hs-blaze-builder: unrestrict text dependency

Fixes build with ghc94.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/hs-blaze-builder/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-blaze-builder/Makefile
diff -u pkgsrc/devel/hs-blaze-builder/Makefile:1.17 pkgsrc/devel/hs-blaze-builder/Makefile:1.18
--- pkgsrc/devel/hs-blaze-builder/Makefile:1.17 Tue Feb  7 01:40:29 2023
+++ pkgsrc/devel/hs-blaze-builder/Makefile      Tue Feb  7 20:13:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/02/07 01:40:29 pho Exp $
+# $NetBSD: Makefile,v 1.18 2023/02/07 20:13:29 wiz Exp $
 
 DISTNAME=      blaze-builder-0.4.2.2
 PKGREVISION=   3
@@ -8,5 +8,8 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Efficient buffered output
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       text
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index