pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-hie-compat
Module Name: pkgsrc
Committed By: pho
Date: Fri Jan 31 06:52:10 UTC 2025
Modified Files:
pkgsrc/devel/hs-hie-compat: Makefile
Log Message:
devel/hs-hie-compat: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/hs-hie-compat/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-hie-compat/Makefile
diff -u pkgsrc/devel/hs-hie-compat/Makefile:1.9 pkgsrc/devel/hs-hie-compat/Makefile:1.10
--- pkgsrc/devel/hs-hie-compat/Makefile:1.9 Thu May 9 01:31:58 2024
+++ pkgsrc/devel/hs-hie-compat/Makefile Fri Jan 31 06:52:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/05/09 01:31:58 pho Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/31 06:52:09 pho Exp $
DISTNAME= hie-compat-0.3.1.2
PKGREVISION= 1
@@ -8,5 +8,8 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= HIE files for GHC 8.6 and other HIE file backports
LICENSE= apache-2.0
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base
+
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index