pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-unordered-containers
Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 29 17:28:47 UTC 2025
Modified Files:
        pkgsrc/devel/hs-unordered-containers: Makefile
Log Message:
devel/hs-unordered-containers: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/hs-unordered-containers/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-unordered-containers/Makefile
diff -u pkgsrc/devel/hs-unordered-containers/Makefile:1.25 pkgsrc/devel/hs-unordered-containers/Makefile:1.26
--- pkgsrc/devel/hs-unordered-containers/Makefile:1.25  Thu May  9 01:32:18 2024
+++ pkgsrc/devel/hs-unordered-containers/Makefile       Wed Jan 29 17:28:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/05/09 01:32:18 pho Exp $
+# $NetBSD: Makefile,v 1.26 2025/01/29 17:28:47 pho Exp $
 
 DISTNAME=      unordered-containers-0.2.20
 PKGREVISION=   1
@@ -8,6 +8,10 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Efficient hashing-based container types
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       hashable        \
+       template-haskell
+
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index