pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hint



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 08:45:10 UTC 2025

Modified Files:
        pkgsrc/devel/hs-hint: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/hs-hint/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-hint/Makefile
diff -u pkgsrc/devel/hs-hint/Makefile:1.19 pkgsrc/devel/hs-hint/Makefile:1.20
--- pkgsrc/devel/hs-hint/Makefile:1.19  Thu May  9 01:31:59 2024
+++ pkgsrc/devel/hs-hint/Makefile       Sat Feb  1 08:45:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/05/09 01:31:59 pho Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/01 08:45:10 pho Exp $
 
 DISTNAME=      hint-0.9.0.8
 PKGREVISION=   2
@@ -8,6 +8,9 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Runtime Haskell interpreter (GHC API wrapper)
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       ghc
+
 .include "../../devel/hs-ghc-paths/buildlink3.mk"
 .include "../../devel/hs-random/buildlink3.mk"
 .include "../../sysutils/hs-temporary/buildlink3.mk"



Home | Main Index | Thread Index | Old Index