pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-either



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Oct 30 07:49:42 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/hs-either/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-either/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-either/Makefile
diff -u pkgsrc/devel/hs-either/Makefile:1.9 pkgsrc/devel/hs-either/Makefile:1.10
--- pkgsrc/devel/hs-either/Makefile:1.9 Mon Oct  9 04:54:12 2023
+++ pkgsrc/devel/hs-either/Makefile     Mon Oct 30 07:49:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/10/09 04:54:12 pho Exp $
+# $NetBSD: Makefile,v 1.10 2023/10/30 07:49:42 pho Exp $
 
 DISTNAME=      either-5.0.2
 PKGREVISION=   2
@@ -8,8 +8,11 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Combinators for working with sums
 LICENSE=       modified-bsd
 
-.include "../../mk/haskell.mk"
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       semigroupoids
+
 .include "../../math/hs-bifunctors/buildlink3.mk"
 .include "../../math/hs-profunctors/buildlink3.mk"
 .include "../../math/hs-semigroupoids/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-either/PLIST
diff -u pkgsrc/devel/hs-either/PLIST:1.3 pkgsrc/devel/hs-either/PLIST:1.4
--- pkgsrc/devel/hs-either/PLIST:1.3    Thu Jan 26 15:51:09 2023
+++ pkgsrc/devel/hs-either/PLIST        Mon Oct 30 07:49:42 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/01/26 15:51:09 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/10/30 07:49:42 pho Exp $
 lib/either-${PKGVERSION}/${HS_VERSION}/package-description
 lib/either-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Either/Combinators.dyn_hi
@@ -10,14 +10,16 @@ ${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}/either-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/either-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/Data-Either-Combinators.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/Data-Either-Validation.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/either.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/either-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index