pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-errors



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Oct 29 09:35:52 UTC 2023

Modified Files:
        pkgsrc/devel/hs-errors: Makefile PLIST

Log Message:
devel/hs-errors: Fix build with GHC 9.6


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/hs-errors/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-errors/PLIST

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-errors/Makefile
diff -u pkgsrc/devel/hs-errors/Makefile:1.9 pkgsrc/devel/hs-errors/Makefile:1.10
--- pkgsrc/devel/hs-errors/Makefile:1.9 Mon Oct  9 04:54:13 2023
+++ pkgsrc/devel/hs-errors/Makefile     Sun Oct 29 09:35:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/10/09 04:54:13 pho Exp $
+# $NetBSD: Makefile,v 1.10 2023/10/29 09:35:52 pho Exp $
 
 DISTNAME=      errors-2.3.0
 PKGREVISION=   6
@@ -10,6 +10,7 @@ LICENSE=      modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        text    \
+       transformers    \
        transformers-compat
 
 .include "../../devel/hs-transformers-compat/buildlink3.mk"

Index: pkgsrc/devel/hs-errors/PLIST
diff -u pkgsrc/devel/hs-errors/PLIST:1.3 pkgsrc/devel/hs-errors/PLIST:1.4
--- pkgsrc/devel/hs-errors/PLIST:1.3    Thu Jan 26 09:33:08 2023
+++ pkgsrc/devel/hs-errors/PLIST        Sun Oct 29 09:35:52 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/01/26 09:33:08 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/10/29 09:35:52 pho Exp $
 lib/errors-${PKGVERSION}/${HS_VERSION}/package-description
 lib/errors-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Error.dyn_hi
@@ -19,17 +19,19 @@ ${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}/errors-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error-Safe.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error-Script.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error-Util.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Control-Error.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/Data-EitherR.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/errors.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/errors-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index