pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/hs-free
Module Name: pkgsrc
Committed By: pho
Date: Thu May 2 09:33:16 UTC 2024
Modified Files:
pkgsrc/math/hs-free: Makefile PLIST
Log Message:
math/hs-free: 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.7 -r1.8 pkgsrc/math/hs-free/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-free/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-free/Makefile
diff -u pkgsrc/math/hs-free/Makefile:1.7 pkgsrc/math/hs-free/Makefile:1.8
--- pkgsrc/math/hs-free/Makefile:1.7 Thu Nov 2 06:37:12 2023
+++ pkgsrc/math/hs-free/Makefile Thu May 2 09:33:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/11/02 06:37:12 pho Exp $
+# $NetBSD: Makefile,v 1.8 2024/05/02 09:33:16 pho Exp $
DISTNAME= free-5.2
PKGREVISION= 1
@@ -9,7 +9,8 @@ COMMENT= Monads for free
LICENSE= modified-bsd
HASKELL_UNRESTRICT_DEPENDENCIES+= \
- semigroupoids \
+ semigroupoids \
+ template-haskell \
th-abstraction
.include "../../math/hs-comonad/buildlink3.mk"
Index: pkgsrc/math/hs-free/PLIST
diff -u pkgsrc/math/hs-free/PLIST:1.3 pkgsrc/math/hs-free/PLIST:1.4
--- pkgsrc/math/hs-free/PLIST:1.3 Mon Oct 30 10:53:51 2023
+++ pkgsrc/math/hs-free/PLIST Thu May 2 09:33:16 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/30 10:53:51 pho Exp $
-lib/free-${PKGVERSION}/${HS_VERSION}/package-description
-lib/free-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.4 2024/05/02 09:33:16 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Alternative/Free.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Alternative/Free.hi
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Control/Alternative/Free.p_hi
@@ -61,6 +59,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/free-${PKGVERSION}/${HS_VERSION}/package-description
+lib/free-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/free-${PKGVERSION}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/Control-Alternative-Free-Final.html
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/Control-Alternative-Free.html
@@ -82,7 +82,6 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/fre
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/Control-Monad-Trans-Free.html
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/Control-Monad-Trans-Iter.html
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/examples/Cabbage.lhs
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/examples/MandelbrotIter.lhs
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/examples/NewtonCoiter.lhs
@@ -96,5 +95,4 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/fre
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/free-${PKGVERSION}/html/synopsis.png
Home |
Main Index |
Thread Index |
Old Index