pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-vault
Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 15:48:47 UTC 2025
Modified Files:
        pkgsrc/devel/hs-vault: Makefile
Log Message:
devel/hs-vault: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/hs-vault/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-vault/Makefile
diff -u pkgsrc/devel/hs-vault/Makefile:1.21 pkgsrc/devel/hs-vault/Makefile:1.22
--- pkgsrc/devel/hs-vault/Makefile:1.21 Thu May  9 01:32:18 2024
+++ pkgsrc/devel/hs-vault/Makefile      Thu Jan 30 15:48:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/05/09 01:32:18 pho Exp $
+# $NetBSD: Makefile,v 1.22 2025/01/30 15:48:47 pho Exp $
 
 DISTNAME=      vault-0.3.1.5
 PKGREVISION=   8
@@ -10,6 +10,7 @@ LICENSE=      modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        base    \
+       containers      \
        hashable
 
 .include "../../mk/haskell.mk"
Home |
Main Index |
Thread Index |
Old Index