pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-parsers



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  1 17:02:37 UTC 2024

Modified Files:
        pkgsrc/textproc/hs-parsers: Makefile

Log Message:
textproc/hs-parsers: 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.6 -r1.7 pkgsrc/textproc/hs-parsers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hs-parsers/Makefile
diff -u pkgsrc/textproc/hs-parsers/Makefile:1.6 pkgsrc/textproc/hs-parsers/Makefile:1.7
--- pkgsrc/textproc/hs-parsers/Makefile:1.6     Thu Nov  2 06:37:34 2023
+++ pkgsrc/textproc/hs-parsers/Makefile Wed May  1 17:02:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/11/02 06:37:34 pho Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/01 17:02:37 pho Exp $
 
 DISTNAME=      parsers-0.12.11
 PKGREVISION=   3
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Parsing combinators
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       text
+
 .include "../../devel/hs-base-orphans/buildlink3.mk"
 .include "../../textproc/hs-charset/buildlink3.mk"
 .include "../../math/hs-scientific/buildlink3.mk"



Home | Main Index | Thread Index | Old Index