pkgsrc-Users archive

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

ghc90 presence issue (Re: diff from 2021-02-09 00:05 to 2021-02-10 15:43



May I commit the attached adhoc fix ? (Not all would be fixed by these)
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html

Index: finance/hs-Decimal/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/finance/hs-Decimal/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- finance/hs-Decimal/Makefile	30 Mar 2020 16:44:12 -0000	1.1
+++ finance/hs-Decimal/Makefile	13 Feb 2021 02:40:31 -0000
@@ -11,5 +11,6 @@
 
 USE_LANGUAGES=	# none
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: www/hs-HTTP/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/hs-HTTP/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- www/hs-HTTP/Makefile	11 Jan 2020 10:25:05 -0000	1.13
+++ www/hs-HTTP/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,6 +7,7 @@
 COMMENT=	Haskell library for client-side HTTP
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../net/hs-network/buildlink3.mk"
 .include "../../net/hs-network-uri/buildlink3.mk"
Index: textproc/hs-HsYAML/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-HsYAML/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- textproc/hs-HsYAML/Makefile	15 Jan 2020 07:03:50 -0000	1.1
+++ textproc/hs-HsYAML/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Pure Haskell YAML 1.2 processor
 LICENSE=	gnu-gpl-v2
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: devel/hs-basement/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/hs-basement/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/hs-basement/Makefile	16 Jan 2020 00:38:57 -0000	1.1
+++ devel/hs-basement/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Foundation scrap box of array and string
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: textproc/hs-blaze-markup/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-blaze-markup/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- textproc/hs-blaze-markup/Makefile	11 Jan 2020 11:15:53 -0000	1.10
+++ textproc/hs-blaze-markup/Makefile	13 Feb 2021 02:40:31 -0000
@@ -8,6 +8,7 @@
 LICENSE=	modified-bsd
 
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-blaze-builder/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: security/hs-cryptohash-sha256/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/hs-cryptohash-sha256/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- security/hs-cryptohash-sha256/Makefile	18 Jan 2020 15:25:43 -0000	1.1
+++ security/hs-cryptohash-sha256/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Fast, pure and practical SHA-256 implementation
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: devel/hs-deepseq-generics/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/hs-deepseq-generics/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/hs-deepseq-generics/Makefile	31 Dec 2019 07:52:47 -0000	1.2
+++ devel/hs-deepseq-generics/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	GHC.Generics-based Control.DeepSeq.rnf implementation
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: security/hs-ed25519/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/hs-ed25519/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- security/hs-ed25519/Makefile	18 Jan 2020 23:30:04 -0000	1.1
+++ security/hs-ed25519/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Ed25519 cryptographic signatures
 LICENSE=	mit
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: devel/hs-exceptions/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/hs-exceptions/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/hs-exceptions/Makefile	11 Jan 2020 09:00:30 -0000	1.6
+++ devel/hs-exceptions/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Extensible optionally-pure exceptions
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: textproc/hs-haddock-library/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-haddock-library/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- textproc/hs-haddock-library/Makefile	15 Jan 2020 12:25:43 -0000	1.1
+++ textproc/hs-haddock-library/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Library exposing some functionality of Haddock
 LICENSE=	2-clause-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: devel/hs-hashable/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/hs-hashable/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/hs-hashable/Makefile	11 Jan 2020 09:31:04 -0000	1.11
+++ devel/hs-hashable/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Class for types that can be converted to a hash value
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: textproc/hs-hscolour/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-hscolour/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- textproc/hs-hscolour/Makefile	2 Jan 2020 14:25:33 -0000	1.2
+++ textproc/hs-hscolour/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Colourise Haskell code
 LICENSE=	gnu-gpl-v2
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: textproc/hs-hxt-regex-xmlschema/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- textproc/hs-hxt-regex-xmlschema/Makefile	17 Jan 2020 15:52:41 -0000	1.1
+++ textproc/hs-hxt-regex-xmlschema/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,6 +7,7 @@
 COMMENT=	Regular expression library for W3C XML Schema regular expressions
 LICENSE=	mit
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: math/hs-integer-logarithms/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/hs-integer-logarithms/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- math/hs-integer-logarithms/Makefile	31 Dec 2019 14:04:52 -0000	1.1
+++ math/hs-integer-logarithms/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Integer logarithms
 LICENSE=	mit
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: devel/hs-lukko/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/hs-lukko/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/hs-lukko/Makefile	19 Jan 2020 01:11:35 -0000	1.1
+++ devel/hs-lukko/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	File locking
 LICENSE=	gnu-gpl-v2 AND modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: textproc/hs-polyparse/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-polyparse/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- textproc/hs-polyparse/Makefile	11 Jan 2020 11:21:14 -0000	1.10
+++ textproc/hs-polyparse/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Variety of alternative parser combinator libraries
 LICENSE=	gnu-lgpl-v2.1
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: devel/hs-primitive/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/hs-primitive/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/hs-primitive/Makefile	11 Jan 2020 08:00:14 -0000	1.6
+++ devel/hs-primitive/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Primitive memory-related operations
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: textproc/hs-regex-base/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/hs-regex-base/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- textproc/hs-regex-base/Makefile	11 Jan 2020 09:10:32 -0000	1.4
+++ textproc/hs-regex-base/Makefile	13 Feb 2021 02:40:31 -0000
@@ -7,5 +7,6 @@
 COMMENT=	Replaces/Enhances Haskell Text.Regex
 LICENSE=	modified-bsd
 
+BUILDLINK_API_DEPENDS.ghc+=     ghc<9.0
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index