pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-clay



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 31 10:56:18 UTC 2025

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

Log Message:
textproc/hs-clay: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hs-clay/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-clay/Makefile
diff -u pkgsrc/textproc/hs-clay/Makefile:1.2 pkgsrc/textproc/hs-clay/Makefile:1.3
--- pkgsrc/textproc/hs-clay/Makefile:1.2        Thu May  9 01:32:40 2024
+++ pkgsrc/textproc/hs-clay/Makefile    Fri Jan 31 10:56:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/09 01:32:40 pho Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/31 10:56:18 pho Exp $
 
 DISTNAME=      clay-0.15.0
 PKGREVISION=   1
@@ -9,5 +9,8 @@ HOMEPAGE=       http://fvisser.nl/clay/
 COMMENT=       CSS preprocessor as embedded Haskell
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index