pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-vector-binary-instances
Module Name: pkgsrc
Committed By: pho
Date: Wed Jan 25 18:52:56 UTC 2023
Modified Files:
pkgsrc/devel/hs-vector-binary-instances: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/hs-vector-binary-instances/patches:
patch-vector-binary-instances.cabal
Log Message:
devel/hs-vector-binary-instances: Fix build with GHC 9.4
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-vector-binary-instances/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-vector-binary-instances/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-vector-binary-instances/distinfo
cvs rdiff -u -r1.4 -r0 \
pkgsrc/devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.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-vector-binary-instances/Makefile
diff -u pkgsrc/devel/hs-vector-binary-instances/Makefile:1.7 pkgsrc/devel/hs-vector-binary-instances/Makefile:1.8
--- pkgsrc/devel/hs-vector-binary-instances/Makefile:1.7 Sat Aug 20 08:08:19 2022
+++ pkgsrc/devel/hs-vector-binary-instances/Makefile Wed Jan 25 18:52:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/08/20 08:08:19 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/25 18:52:56 pho Exp $
DISTNAME= vector-binary-instances-0.2.5.2
PKGREVISION= 5
@@ -8,6 +8,10 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Instances of Data.Binary for vector
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base \
+ vector
+
.include "../../devel/hs-vector/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-vector-binary-instances/PLIST
diff -u pkgsrc/devel/hs-vector-binary-instances/PLIST:1.2 pkgsrc/devel/hs-vector-binary-instances/PLIST:1.3
--- pkgsrc/devel/hs-vector-binary-instances/PLIST:1.2 Fri Apr 23 17:45:24 2021
+++ pkgsrc/devel/hs-vector-binary-instances/PLIST Wed Jan 25 18:52:56 2023
@@ -1,19 +1,19 @@
-@comment $NetBSD: PLIST,v 1.2 2021/04/23 17:45:24 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/01/25 18:52:56 pho Exp $
lib/vector-binary-instances-${PKGVERSION}/${HS_VERSION}/package-description
lib/vector-binary-instances-${PKGVERSION}/${HS_VERSION}/package-id
-lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Binary.dyn_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Binary.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Binary.hi
-lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Binary.p_hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Vector/Binary.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}/vector-binary-instances-${PKGVERSION}/LICENSE
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/Data-Vector-Binary.html
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/doc-index.html
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/haddock-bundle.min.js
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/index.html
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/linuwial.css
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/meta.json
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/quick-jump.css
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/synopsis.png
-share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/vector-binary-instances.haddock
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/Data-Vector-Binary.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/synopsis.png
+${PLIST.doc}share/doc/${HS_PLATFORM}/vector-binary-instances-${PKGVERSION}/html/vector-binary-instances.haddock
Index: pkgsrc/devel/hs-vector-binary-instances/distinfo
diff -u pkgsrc/devel/hs-vector-binary-instances/distinfo:1.6 pkgsrc/devel/hs-vector-binary-instances/distinfo:1.7
--- pkgsrc/devel/hs-vector-binary-instances/distinfo:1.6 Mon Aug 22 10:30:17 2022
+++ pkgsrc/devel/hs-vector-binary-instances/distinfo Wed Jan 25 18:52:56 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/08/22 10:30:17 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/01/25 18:52:56 pho Exp $
BLAKE2s (vector-binary-instances-0.2.5.2.tar.gz) = a60379aa7a2c812cbf7bbe36d1b281e926546745169f1d4871355484014c6c73
SHA512 (vector-binary-instances-0.2.5.2.tar.gz) = 885dff7f6508113c355bb125c3949fd722ea5c6e834beb3083e1e6cc16f84bba1b8fd44cd41990af79f095a18fd282dd1ccd94ccf586c5ca08e54b0454575d03
Size (vector-binary-instances-0.2.5.2.tar.gz) = 4028 bytes
-SHA1 (patch-vector-binary-instances.cabal) = 5e5e2098d02da3e30f8ee08723cd2876eacd9e25
Home |
Main Index |
Thread Index |
Old Index