pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-cborg-json



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 07:21:01 UTC 2025

Modified Files:
        pkgsrc/converters/hs-cborg-json: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/hs-cborg-json/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/hs-cborg-json/Makefile
diff -u pkgsrc/converters/hs-cborg-json/Makefile:1.11 pkgsrc/converters/hs-cborg-json/Makefile:1.12
--- pkgsrc/converters/hs-cborg-json/Makefile:1.11       Thu May  9 01:31:40 2024
+++ pkgsrc/converters/hs-cborg-json/Makefile    Thu Jan 30 07:21:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/09 01:31:40 pho Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/30 07:21:00 pho Exp $
 
 DISTNAME=      cborg-json-0.2.6.0
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Library for encoding JSON as CBOR
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base
+
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../converters/hs-aeson-pretty/buildlink3.mk"
 .include "../../converters/hs-base64-bytestring/buildlink3.mk"



Home | Main Index | Thread Index | Old Index