pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/hs-adjunctions
Module Name: pkgsrc
Committed By: pho
Date: Mon Oct 30 14:52:15 UTC 2023
Modified Files:
pkgsrc/math/hs-adjunctions: Makefile PLIST
Log Message:
math/hs-adjunctions: Fix build with GHC 9.6
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/hs-adjunctions/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/hs-adjunctions/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/hs-adjunctions/Makefile
diff -u pkgsrc/math/hs-adjunctions/Makefile:1.5 pkgsrc/math/hs-adjunctions/Makefile:1.6
--- pkgsrc/math/hs-adjunctions/Makefile:1.5 Mon Oct 9 04:54:39 2023
+++ pkgsrc/math/hs-adjunctions/Makefile Mon Oct 30 14:52:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/10/09 04:54:39 pho Exp $
+# $NetBSD: Makefile,v 1.6 2023/10/30 14:52:15 pho Exp $
DISTNAME= adjunctions-4.4.2
PKGREVISION= 2
@@ -8,6 +8,9 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Adjunctions and representable functors
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ semigroupoids
+
.include "../../math/hs-comonad/buildlink3.mk"
.include "../../math/hs-contravariant/buildlink3.mk"
.include "../../math/hs-distributive/buildlink3.mk"
Index: pkgsrc/math/hs-adjunctions/PLIST
diff -u pkgsrc/math/hs-adjunctions/PLIST:1.2 pkgsrc/math/hs-adjunctions/PLIST:1.3
--- pkgsrc/math/hs-adjunctions/PLIST:1.2 Fri Jan 27 16:19:17 2023
+++ pkgsrc/math/hs-adjunctions/PLIST Mon Oct 30 14:52:15 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/01/27 16:19:17 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/10/30 14:52:15 pho Exp $
lib/adjunctions-${PKGVERSION}/${HS_VERSION}/package-description
lib/adjunctions-${PKGVERSION}/${HS_VERSION}/package-id
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Comonad/Representable/Store.dyn_hi
@@ -37,7 +37,7 @@ ${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}/adjunctions-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/Control-Comonad-Representable-Store.html
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/Control-Comonad-Trans-Adjoint.html
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/Control-Monad-Representable-Reader.html
@@ -51,9 +51,11 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/adj
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/Data-Functor-Rep.html
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/adjunctions.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/adjunctions-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index