pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-cborg



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 07:19:53 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/hs-cborg/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-cborg/Makefile
diff -u pkgsrc/devel/hs-cborg/Makefile:1.10 pkgsrc/devel/hs-cborg/Makefile:1.11
--- pkgsrc/devel/hs-cborg/Makefile:1.10 Thu May  9 01:31:48 2024
+++ pkgsrc/devel/hs-cborg/Makefile      Thu Jan 30 07:19:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/05/09 01:31:48 pho Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/30 07:19:53 pho Exp $
 
 DISTNAME=      cborg-0.2.10.0
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Concise Binary Object Representation (CBOR)
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../devel/hs-half/buildlink3.mk"
 .include "../../devel/hs-primitive/buildlink3.mk"
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index