pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-unicode-transforms



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Apr 29 02:39:44 UTC 2024

Modified Files:
        pkgsrc/textproc/hs-unicode-transforms: Makefile PLIST

Log Message:
textproc/hs-unicode-transforms: 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.11 -r1.12 pkgsrc/textproc/hs-unicode-transforms/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/hs-unicode-transforms/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hs-unicode-transforms/Makefile
diff -u pkgsrc/textproc/hs-unicode-transforms/Makefile:1.11 pkgsrc/textproc/hs-unicode-transforms/Makefile:1.12
--- pkgsrc/textproc/hs-unicode-transforms/Makefile:1.11 Thu Nov  2 06:37:40 2023
+++ pkgsrc/textproc/hs-unicode-transforms/Makefile      Mon Apr 29 02:39:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/02 06:37:40 pho Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/29 02:39:44 pho Exp $
 
 DISTNAME=      unicode-transforms-0.4.0.1
 PKGREVISION=   3
@@ -9,8 +9,10 @@ COMMENT=       Unicode normalization
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       base    \
+       base            \
+       bytestring      \
        ghc-prim        \
+       text            \
        unicode-data
 
 .include "../../textproc/hs-unicode-data/buildlink3.mk"

Index: pkgsrc/textproc/hs-unicode-transforms/PLIST
diff -u pkgsrc/textproc/hs-unicode-transforms/PLIST:1.5 pkgsrc/textproc/hs-unicode-transforms/PLIST:1.6
--- pkgsrc/textproc/hs-unicode-transforms/PLIST:1.5     Thu Oct 26 14:09:48 2023
+++ pkgsrc/textproc/hs-unicode-transforms/PLIST Mon Apr 29 02:39:44 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/26 14:09:48 pho Exp $
-lib/unicode-transforms-${PKGVERSION}/${HS_VERSION}/package-description
-lib/unicode-transforms-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.6 2024/04/29 02:39:44 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/UTF8/Normalize.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/UTF8/Normalize.hi
@@ -16,17 +14,17 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/Unic
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Unicode/Types.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/unicode-transforms-${PKGVERSION}/${HS_VERSION}/package-description
+lib/unicode-transforms-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/Data-ByteString-UTF8-Normalize.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/Data-Text-Normalize.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/Data-Unicode-Types.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/unicode-transforms-${PKGVERSION}/html/unicode-transforms.haddock



Home | Main Index | Thread Index | Old Index