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:           Mon Oct 30 18:57:19 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/hs-cborg-json/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/hs-cborg-json/PLIST

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.7 pkgsrc/converters/hs-cborg-json/Makefile:1.8
--- pkgsrc/converters/hs-cborg-json/Makefile:1.7        Mon Oct  9 04:54:03 2023
+++ pkgsrc/converters/hs-cborg-json/Makefile    Mon Oct 30 18:57:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/10/09 04:54:03 pho Exp $
+# $NetBSD: Makefile,v 1.8 2023/10/30 18:57:19 pho Exp $
 
 DISTNAME=      cborg-json-0.2.5.0
 PKGREVISION=   2
@@ -9,6 +9,8 @@ COMMENT=        Library for encoding JSON as CB
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       aeson   \
+       base    \
        vector
 
 .include "../../converters/hs-aeson/buildlink3.mk"

Index: pkgsrc/converters/hs-cborg-json/PLIST
diff -u pkgsrc/converters/hs-cborg-json/PLIST:1.2 pkgsrc/converters/hs-cborg-json/PLIST:1.3
--- pkgsrc/converters/hs-cborg-json/PLIST:1.2   Sun Jan 29 11:56:04 2023
+++ pkgsrc/converters/hs-cborg-json/PLIST       Mon Oct 30 18:57:19 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/01/29 11:56:04 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/10/30 18:57:19 pho Exp $
 lib/cborg-json-${PKGVERSION}/${HS_VERSION}/package-description
 lib/cborg-json-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Codec/CBOR/JSON.dyn_hi
@@ -7,13 +7,15 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/LICENSE.txt
+share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/LICENSE.txt
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/Codec-CBOR-JSON.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/cborg-json.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/cborg-json-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index