pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-witherable
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 26 09:43:54 UTC 2023
Modified Files:
pkgsrc/devel/hs-witherable: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/hs-witherable/patches: patch-witherable.cabal
Log Message:
devel/hs-witherable: Fix build with hashable-1.4 and vector-0.13
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-witherable/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-witherable/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-witherable/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal
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-witherable/Makefile
diff -u pkgsrc/devel/hs-witherable/Makefile:1.4 pkgsrc/devel/hs-witherable/Makefile:1.5
--- pkgsrc/devel/hs-witherable/Makefile:1.4 Sat Aug 20 08:08:20 2022
+++ pkgsrc/devel/hs-witherable/Makefile Thu Jan 26 09:43:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/08/20 08:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/26 09:43:54 pho Exp $
DISTNAME= witherable-0.4.2
PKGREVISION= 3
@@ -8,6 +8,10 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Filterable traversable
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ hashable \
+ vector
+
.include "../../devel/hs-base-orphans/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../devel/hs-indexed-traversable/buildlink3.mk"
Index: pkgsrc/devel/hs-witherable/PLIST
diff -u pkgsrc/devel/hs-witherable/PLIST:1.1 pkgsrc/devel/hs-witherable/PLIST:1.2
--- pkgsrc/devel/hs-witherable/PLIST:1.1 Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/PLIST Thu Jan 26 09:43:54 2023
@@ -1,23 +1,23 @@
-@comment $NetBSD: PLIST,v 1.1 2022/02/12 05:28:34 pho Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/26 09:43:54 pho Exp $
lib/witherable-${PKGVERSION}/${HS_VERSION}/package-description
lib/witherable-${PKGVERSION}/${HS_VERSION}/package-id
-lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.dyn_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.p_hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.dyn_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.p_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
-lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/LICENSE
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Data-Witherable.html
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Witherable.html
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/doc-index.html
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/haddock-bundle.min.js
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/index.html
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/linuwial.css
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/meta.json
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/quick-jump.css
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/synopsis.png
-share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/witherable.haddock
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Data-Witherable.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Witherable.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/synopsis.png
+${PLIST.doc}share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/witherable.haddock
Index: pkgsrc/devel/hs-witherable/distinfo
diff -u pkgsrc/devel/hs-witherable/distinfo:1.2 pkgsrc/devel/hs-witherable/distinfo:1.3
--- pkgsrc/devel/hs-witherable/distinfo:1.2 Sat Aug 20 09:38:58 2022
+++ pkgsrc/devel/hs-witherable/distinfo Thu Jan 26 09:43:54 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/08/20 09:38:58 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/01/26 09:43:54 pho Exp $
BLAKE2s (witherable-0.4.2.tar.gz) = 7004a4dfcaab709528a19fd34d21b2083bd857fdcde0174ad56a22fdab8f5e0f
SHA512 (witherable-0.4.2.tar.gz) = 14ad590e24b93fc25f16fecaf71d6f9f891a903dd76e052d9f6c21b464f0d28df4f019d33ac36086341a6c5bd20833d7b0c2d19543460d1530899c0c25cea852
Size (witherable-0.4.2.tar.gz) = 11876 bytes
-SHA1 (patch-witherable.cabal) = 4e1f988659a238fbec39e698401fe3804f289850
Home |
Main Index |
Thread Index |
Old Index