pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/hs-aeson
Module Name: pkgsrc
Committed By: pho
Date: Thu May 2 04:52:05 UTC 2024
Modified Files:
pkgsrc/converters/hs-aeson: Makefile PLIST
Log Message:
converters/hs-aeson: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/converters/hs-aeson/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/hs-aeson/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-aeson/Makefile
diff -u pkgsrc/converters/hs-aeson/Makefile:1.32 pkgsrc/converters/hs-aeson/Makefile:1.33
--- pkgsrc/converters/hs-aeson/Makefile:1.32 Thu Nov 2 06:36:10 2023
+++ pkgsrc/converters/hs-aeson/Makefile Thu May 2 04:52:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/11/02 06:36:10 pho Exp $
+# $NetBSD: Makefile,v 1.33 2024/05/02 04:52:05 pho Exp $
DISTNAME= aeson-2.2.1.0
PKGREVISION= 1
@@ -9,7 +9,9 @@ COMMENT= Fast JSON parsing and encoding
LICENSE= modified-bsd
HASKELL_UNRESTRICT_DEPENDENCIES+= \
- primitive
+ QuickCheck \
+ primitive \
+ th-abstraction
.include "../../devel/hs-data-fix/buildlink3.mk"
.include "../../devel/hs-dlist/buildlink3.mk"
Index: pkgsrc/converters/hs-aeson/PLIST
diff -u pkgsrc/converters/hs-aeson/PLIST:1.7 pkgsrc/converters/hs-aeson/PLIST:1.8
--- pkgsrc/converters/hs-aeson/PLIST:1.7 Mon Oct 30 09:11:41 2023
+++ pkgsrc/converters/hs-aeson/PLIST Thu May 2 04:52:05 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/10/30 09:11:41 pho Exp $
-lib/aeson-${PKGVERSION}/${HS_VERSION}/package-description
-lib/aeson-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.8 2024/05/02 04:52:05 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Aeson.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Aeson.hi
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Aeson.p_hi
@@ -106,6 +104,8 @@ ${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
+lib/aeson-${PKGVERSION}/${HS_VERSION}/package-description
+lib/aeson-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/Data-Aeson-Decoding-ByteString-Lazy.html
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/Data-Aeson-Decoding-ByteString.html
@@ -152,11 +152,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/aes
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/doc-index-W.html
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/doc-index-Z.html
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/aeson-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index