pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 13 08:01:01 UTC 2021
Modified Files:
pkgsrc/archivers/hs-tar: Makefile
pkgsrc/archivers/hs-zlib: Makefile
pkgsrc/devel/hs-basement: Makefile
pkgsrc/devel/hs-deepseq-generics: Makefile
pkgsrc/devel/hs-exceptions: Makefile
pkgsrc/devel/hs-hashable: Makefile
pkgsrc/devel/hs-lukko: Makefile
pkgsrc/devel/hs-primitive: Makefile
pkgsrc/devel/hs-setlocale: Makefile
pkgsrc/devel/hs-split: Makefile
pkgsrc/devel/hs-splitmix: Makefile
pkgsrc/devel/hs-syb: Makefile
pkgsrc/devel/hs-tagged: Makefile
pkgsrc/devel/hs-th-abstraction: Makefile
pkgsrc/devel/hs-unliftio-core: Makefile
pkgsrc/devel/hs-wizards: Makefile
pkgsrc/finance/hs-Decimal: Makefile
pkgsrc/math/hs-integer-logarithms: Makefile
pkgsrc/net/hs-resolv: Makefile
pkgsrc/security/hs-cryptohash-sha256: Makefile
pkgsrc/security/hs-ed25519: Makefile
pkgsrc/textproc/hs-HsYAML: Makefile
pkgsrc/textproc/hs-blaze-markup: Makefile
pkgsrc/textproc/hs-haddock-library: Makefile
pkgsrc/textproc/hs-hscolour: Makefile
pkgsrc/textproc/hs-hxt-regex-xmlschema: Makefile
pkgsrc/textproc/hs-polyparse: Makefile
pkgsrc/textproc/hs-regex-base: Makefile
pkgsrc/www/hs-HTTP: Makefile
Log Message:
(*/hs-*) fix build, not adapted to ghc90 version
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/hs-tar/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/hs-zlib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-basement/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-deepseq-generics/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-exceptions/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-hashable/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-lukko/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-primitive/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-setlocale/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-split/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-splitmix/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-syb/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-tagged/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-th-abstraction/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-unliftio-core/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-wizards/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/hs-Decimal/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/hs-resolv/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/hs-cryptohash-sha256/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/hs-ed25519/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-HsYAML/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/hs-blaze-markup/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-haddock-library/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hs-hscolour/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/hs-polyparse/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/hs-regex-base/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/hs-HTTP/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/hs-tar/Makefile
diff -u pkgsrc/archivers/hs-tar/Makefile:1.1 pkgsrc/archivers/hs-tar/Makefile:1.2
--- pkgsrc/archivers/hs-tar/Makefile:1.1 Sun Jan 19 00:58:38 2020
+++ pkgsrc/archivers/hs-tar/Makefile Sat Feb 13 08:00:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 00:58:38 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
DISTNAME= tar-0.5.1.1
CATEGORIES= archivers
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Reading, writing, and manipulating ".tar" archive files
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/hs-zlib/Makefile
diff -u pkgsrc/archivers/hs-zlib/Makefile:1.2 pkgsrc/archivers/hs-zlib/Makefile:1.3
--- pkgsrc/archivers/hs-zlib/Makefile:1.2 Sun Dec 29 23:20:52 2019
+++ pkgsrc/archivers/hs-zlib/Makefile Sat Feb 13 08:00:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/29 23:20:52 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
DISTNAME= zlib-0.6.2.1
CATEGORIES= archivers
@@ -7,6 +7,7 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Compression and decompression in the gzip and zlib formats
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-basement/Makefile
diff -u pkgsrc/devel/hs-basement/Makefile:1.1 pkgsrc/devel/hs-basement/Makefile:1.2
--- pkgsrc/devel/hs-basement/Makefile:1.1 Thu Jan 16 00:38:57 2020
+++ pkgsrc/devel/hs-basement/Makefile Sat Feb 13 08:00:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/16 00:38:57 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
DISTNAME= basement-0.0.11
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/devel/hs-deepseq-generics/Makefile
diff -u pkgsrc/devel/hs-deepseq-generics/Makefile:1.2 pkgsrc/devel/hs-deepseq-generics/Makefile:1.3
--- pkgsrc/devel/hs-deepseq-generics/Makefile:1.2 Tue Dec 31 07:52:47 2019
+++ pkgsrc/devel/hs-deepseq-generics/Makefile Sat Feb 13 08:00:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/31 07:52:47 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
DISTNAME= deepseq-generics-0.2.0.0
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= szptvlfn%NetBSD.org@localhost
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: pkgsrc/devel/hs-exceptions/Makefile
diff -u pkgsrc/devel/hs-exceptions/Makefile:1.6 pkgsrc/devel/hs-exceptions/Makefile:1.7
--- pkgsrc/devel/hs-exceptions/Makefile:1.6 Sat Jan 11 09:00:30 2020
+++ pkgsrc/devel/hs-exceptions/Makefile Sat Feb 13 08:00:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/11 09:00:30 pho Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:57 mef Exp $
DISTNAME= exceptions-0.10.4
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= szptvlfn%NetBSD.org@localhost
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: pkgsrc/devel/hs-hashable/Makefile
diff -u pkgsrc/devel/hs-hashable/Makefile:1.11 pkgsrc/devel/hs-hashable/Makefile:1.12
--- pkgsrc/devel/hs-hashable/Makefile:1.11 Sat Jan 11 09:31:04 2020
+++ pkgsrc/devel/hs-hashable/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/11 09:31:04 pho Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/13 08:00:58 mef Exp $
DISTNAME= hashable-1.3.0.0
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/devel/hs-lukko/Makefile
diff -u pkgsrc/devel/hs-lukko/Makefile:1.1 pkgsrc/devel/hs-lukko/Makefile:1.2
--- pkgsrc/devel/hs-lukko/Makefile:1.1 Sun Jan 19 01:11:35 2020
+++ pkgsrc/devel/hs-lukko/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 01:11:35 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
DISTNAME= lukko-0.1.1.1
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/devel/hs-primitive/Makefile
diff -u pkgsrc/devel/hs-primitive/Makefile:1.6 pkgsrc/devel/hs-primitive/Makefile:1.7
--- pkgsrc/devel/hs-primitive/Makefile:1.6 Sat Jan 11 08:00:14 2020
+++ pkgsrc/devel/hs-primitive/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/11 08:00:14 pho Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:58 mef Exp $
DISTNAME= primitive-0.7.0.0
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/devel/hs-setlocale/Makefile
diff -u pkgsrc/devel/hs-setlocale/Makefile:1.2 pkgsrc/devel/hs-setlocale/Makefile:1.3
--- pkgsrc/devel/hs-setlocale/Makefile:1.2 Thu Jan 2 09:07:04 2020
+++ pkgsrc/devel/hs-setlocale/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/02 09:07:04 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
DISTNAME= setlocale-1.0.0.9
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= szptvlfn%NetBSD.org@localhost
COMMENT= Haskell bindings to setlocale
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-split/Makefile
diff -u pkgsrc/devel/hs-split/Makefile:1.2 pkgsrc/devel/hs-split/Makefile:1.3
--- pkgsrc/devel/hs-split/Makefile:1.2 Thu Jan 2 09:11:33 2020
+++ pkgsrc/devel/hs-split/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/02 09:11:33 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
DISTNAME= split-0.2.3.3
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Combinator library for splitting lists
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-splitmix/Makefile
diff -u pkgsrc/devel/hs-splitmix/Makefile:1.1 pkgsrc/devel/hs-splitmix/Makefile:1.2
--- pkgsrc/devel/hs-splitmix/Makefile:1.1 Wed Jan 1 03:41:02 2020
+++ pkgsrc/devel/hs-splitmix/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/01 03:41:02 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
DISTNAME= splitmix-0.0.3
CATEGORIES= devel
@@ -7,6 +7,7 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Fast Splittable PRNG
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../devel/hs-random/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-syb/Makefile
diff -u pkgsrc/devel/hs-syb/Makefile:1.3 pkgsrc/devel/hs-syb/Makefile:1.4
--- pkgsrc/devel/hs-syb/Makefile:1.3 Wed Jan 1 03:13:39 2020
+++ pkgsrc/devel/hs-syb/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/01 03:13:39 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/13 08:00:58 mef Exp $
DISTNAME= syb-0.7.1
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Haskell "Scrap Your Boilerplate" Library
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-tagged/Makefile
diff -u pkgsrc/devel/hs-tagged/Makefile:1.3 pkgsrc/devel/hs-tagged/Makefile:1.4
--- pkgsrc/devel/hs-tagged/Makefile:1.3 Tue Dec 31 18:52:58 2019
+++ pkgsrc/devel/hs-tagged/Makefile Sat Feb 13 08:00:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/12/31 18:52:58 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/13 08:00:58 mef Exp $
DISTNAME= tagged-0.8.6
PKGREVISION= 1
@@ -8,5 +8,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Haskell 98 phantom types to avoid unsafely passing dummy arguments
LICENSE= modified-bsd
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-th-abstraction/Makefile
diff -u pkgsrc/devel/hs-th-abstraction/Makefile:1.1 pkgsrc/devel/hs-th-abstraction/Makefile:1.2
--- pkgsrc/devel/hs-th-abstraction/Makefile:1.1 Tue Dec 31 15:34:56 2019
+++ pkgsrc/devel/hs-th-abstraction/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/31 15:34:56 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= th-abstraction-0.3.1.0
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Nicer interface for reified information about data types
LICENSE= isc
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-unliftio-core/Makefile
diff -u pkgsrc/devel/hs-unliftio-core/Makefile:1.1 pkgsrc/devel/hs-unliftio-core/Makefile:1.2
--- pkgsrc/devel/hs-unliftio-core/Makefile:1.1 Wed Jan 1 05:03:08 2020
+++ pkgsrc/devel/hs-unliftio-core/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/01 05:03:08 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= unliftio-core-0.1.2.0
CATEGORIES= devel
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= The MonadUnliftIO typeclass for unlifting monads to IO
LICENSE= mit
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-wizards/Makefile
diff -u pkgsrc/devel/hs-wizards/Makefile:1.1 pkgsrc/devel/hs-wizards/Makefile:1.2
--- pkgsrc/devel/hs-wizards/Makefile:1.1 Mon Mar 30 16:43:35 2020
+++ pkgsrc/devel/hs-wizards/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:43:35 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= wizards-1.0.3
CATEGORIES= devel
@@ -12,5 +12,6 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../devel/hs-control-monad-free/buildlink3.mk"
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/hs-Decimal/Makefile
diff -u pkgsrc/finance/hs-Decimal/Makefile:1.1 pkgsrc/finance/hs-Decimal/Makefile:1.2
--- pkgsrc/finance/hs-Decimal/Makefile:1.1 Mon Mar 30 16:44:12 2020
+++ pkgsrc/finance/hs-Decimal/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:44:12 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= Decimal-0.5.1
CATEGORIES= finance
@@ -11,5 +11,6 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-integer-logarithms/Makefile
diff -u pkgsrc/math/hs-integer-logarithms/Makefile:1.1 pkgsrc/math/hs-integer-logarithms/Makefile:1.2
--- pkgsrc/math/hs-integer-logarithms/Makefile:1.1 Tue Dec 31 14:04:52 2019
+++ pkgsrc/math/hs-integer-logarithms/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/31 14:04:52 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= integer-logarithms-1.0.3
CATEGORIES= math
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Integer logarithms
LICENSE= mit
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/hs-resolv/Makefile
diff -u pkgsrc/net/hs-resolv/Makefile:1.1 pkgsrc/net/hs-resolv/Makefile:1.2
--- pkgsrc/net/hs-resolv/Makefile:1.1 Sun Jan 19 02:37:03 2020
+++ pkgsrc/net/hs-resolv/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 02:37:03 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= resolv-0.1.1.3
CATEGORIES= net
@@ -8,5 +8,6 @@ COMMENT= Domain Name Service (DNS) looku
LICENSE= gnu-gpl-v2
.include "../../converters/hs-base16-bytestring/buildlink3.mk"
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/hs-cryptohash-sha256/Makefile
diff -u pkgsrc/security/hs-cryptohash-sha256/Makefile:1.1 pkgsrc/security/hs-cryptohash-sha256/Makefile:1.2
--- pkgsrc/security/hs-cryptohash-sha256/Makefile:1.1 Sat Jan 18 15:25:43 2020
+++ pkgsrc/security/hs-cryptohash-sha256/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/18 15:25:43 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= cryptohash-sha256-0.11.101.0
CATEGORIES= security
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/security/hs-ed25519/Makefile
diff -u pkgsrc/security/hs-ed25519/Makefile:1.1 pkgsrc/security/hs-ed25519/Makefile:1.2
--- pkgsrc/security/hs-ed25519/Makefile:1.1 Sat Jan 18 23:30:04 2020
+++ pkgsrc/security/hs-ed25519/Makefile Sat Feb 13 08:00:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/18 23:30:04 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= ed25519-0.0.5.0
CATEGORIES= security
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
COMMENT= Ed25519 cryptographic signatures
LICENSE= mit
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/hs-HsYAML/Makefile
diff -u pkgsrc/textproc/hs-HsYAML/Makefile:1.1 pkgsrc/textproc/hs-HsYAML/Makefile:1.2
--- pkgsrc/textproc/hs-HsYAML/Makefile:1.1 Wed Jan 15 07:03:50 2020
+++ pkgsrc/textproc/hs-HsYAML/Makefile Sat Feb 13 08:01:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 07:03:50 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
DISTNAME= HsYAML-0.2.1.0
CATEGORIES= textproc
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/textproc/hs-blaze-markup/Makefile
diff -u pkgsrc/textproc/hs-blaze-markup/Makefile:1.10 pkgsrc/textproc/hs-blaze-markup/Makefile:1.11
--- pkgsrc/textproc/hs-blaze-markup/Makefile:1.10 Sat Jan 11 11:15:53 2020
+++ pkgsrc/textproc/hs-blaze-markup/Makefile Sat Feb 13 08:01:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/11 11:15:53 pho Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:00 mef Exp $
DISTNAME= blaze-markup-0.8.2.3
CATEGORIES= textproc
@@ -8,6 +8,7 @@ COMMENT= Blazingly fast markup combinato
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: pkgsrc/textproc/hs-haddock-library/Makefile
diff -u pkgsrc/textproc/hs-haddock-library/Makefile:1.1 pkgsrc/textproc/hs-haddock-library/Makefile:1.2
--- pkgsrc/textproc/hs-haddock-library/Makefile:1.1 Wed Jan 15 12:25:43 2020
+++ pkgsrc/textproc/hs-haddock-library/Makefile Sat Feb 13 08:01:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 12:25:43 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
DISTNAME= haddock-library-1.8.0
CATEGORIES= textproc
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/textproc/hs-hscolour/Makefile
diff -u pkgsrc/textproc/hs-hscolour/Makefile:1.2 pkgsrc/textproc/hs-hscolour/Makefile:1.3
--- pkgsrc/textproc/hs-hscolour/Makefile:1.2 Thu Jan 2 14:25:33 2020
+++ pkgsrc/textproc/hs-hscolour/Makefile Sat Feb 13 08:01:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/02 14:25:33 pho Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/13 08:01:00 mef Exp $
DISTNAME= hscolour-1.24.4
CATEGORIES= textproc
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile
diff -u pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile:1.1 pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile:1.2
--- pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile:1.1 Fri Jan 17 15:52:41 2020
+++ pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile Sat Feb 13 08:01:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/17 15:52:41 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
DISTNAME= hxt-regex-xmlschema-9.2.0.3
CATEGORIES= textproc
@@ -7,6 +7,7 @@ MAINTAINER= pho%cielonegro.org@localhost
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: pkgsrc/textproc/hs-polyparse/Makefile
diff -u pkgsrc/textproc/hs-polyparse/Makefile:1.10 pkgsrc/textproc/hs-polyparse/Makefile:1.11
--- pkgsrc/textproc/hs-polyparse/Makefile:1.10 Sat Jan 11 11:21:14 2020
+++ pkgsrc/textproc/hs-polyparse/Makefile Sat Feb 13 08:01:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/11 11:21:14 pho Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:01 mef Exp $
DISTNAME= polyparse-1.13
CATEGORIES= textproc
@@ -7,5 +7,6 @@ MAINTAINER= szptvlfn%NetBSD.org@localhost
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: pkgsrc/textproc/hs-regex-base/Makefile
diff -u pkgsrc/textproc/hs-regex-base/Makefile:1.4 pkgsrc/textproc/hs-regex-base/Makefile:1.5
--- pkgsrc/textproc/hs-regex-base/Makefile:1.4 Sat Jan 11 09:10:32 2020
+++ pkgsrc/textproc/hs-regex-base/Makefile Sat Feb 13 08:01:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/11 09:10:32 pho Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/13 08:01:01 mef Exp $
DISTNAME= regex-base-0.94.0.0
CATEGORIES= textproc
@@ -7,5 +7,6 @@ MAINTAINER= pho%cielonegro.org@localhost
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"
Index: pkgsrc/www/hs-HTTP/Makefile
diff -u pkgsrc/www/hs-HTTP/Makefile:1.13 pkgsrc/www/hs-HTTP/Makefile:1.14
--- pkgsrc/www/hs-HTTP/Makefile:1.13 Sat Jan 11 10:25:05 2020
+++ pkgsrc/www/hs-HTTP/Makefile Sat Feb 13 08:01:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/11 10:25:05 pho Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/13 08:01:01 mef Exp $
DISTNAME= HTTP-4000.3.14
CATEGORIES= www
@@ -7,6 +7,7 @@ MAINTAINER= pho%cielonegro.org@localhost
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"
Home |
Main Index |
Thread Index |
Old Index