pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-keys



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 12:48:26 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/hs-keys/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-keys/Makefile
diff -u pkgsrc/devel/hs-keys/Makefile:1.8 pkgsrc/devel/hs-keys/Makefile:1.9
--- pkgsrc/devel/hs-keys/Makefile:1.8   Thu May  9 01:32:00 2024
+++ pkgsrc/devel/hs-keys/Makefile       Sat Feb  1 12:48:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/09 01:32:00 pho Exp $
+# $NetBSD: Makefile,v 1.9 2025/02/01 12:48:25 pho Exp $
 
 DISTNAME=      keys-3.12.3
 PKGREVISION=   5
@@ -9,6 +9,7 @@ COMMENT=        Keyed functors and containers
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers      \
        hashable        \
        semigroupoids   \
        transformers



Home | Main Index | Thread Index | Old Index