pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc (*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08aff18b89d3
branches:  trunk
changeset: 447255:08aff18b89d3
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Feb 18 15:07:26 2021 +0000

description:
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again

diffstat:

 archivers/hs-tar/Makefile              |  4 ++--
 archivers/hs-zlib/Makefile             |  4 ++--
 devel/hs-deepseq-generics/Makefile     |  4 ++--
 devel/hs-lukko/Makefile                |  4 ++--
 devel/hs-primitive/Makefile            |  4 ++--
 devel/hs-setlocale/Makefile            |  4 ++--
 devel/hs-split/Makefile                |  4 ++--
 devel/hs-splitmix/Makefile             |  4 ++--
 devel/hs-th-abstraction/Makefile       |  4 ++--
 devel/hs-unliftio-core/Makefile        |  4 ++--
 math/hs-integer-logarithms/Makefile    |  4 ++--
 security/hs-cryptohash-sha256/Makefile |  4 ++--
 security/hs-ed25519/Makefile           |  4 ++--
 textproc/hs-HsYAML/Makefile            |  4 ++--
 textproc/hs-blaze-markup/Makefile      |  4 ++--
 textproc/hs-haddock-library/Makefile   |  4 ++--
 textproc/hs-polyparse/Makefile         |  4 ++--
 textproc/hs-regex-base/Makefile        |  4 ++--
 www/hs-HTTP/Makefile                   |  4 ++--
 19 files changed, 38 insertions(+), 38 deletions(-)

diffs (truncated from 327 to 300 lines):

diff -r 731a52afb92e -r 08aff18b89d3 archivers/hs-tar/Makefile
--- a/archivers/hs-tar/Makefile Thu Feb 18 14:55:50 2021 +0000
+++ b/archivers/hs-tar/Makefile Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      tar-0.5.1.1
 CATEGORIES=    archivers
@@ -7,6 +7,6 @@
 COMMENT=       Reading, writing, and manipulating ".tar" archive files
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 archivers/hs-zlib/Makefile
--- a/archivers/hs-zlib/Makefile        Thu Feb 18 14:55:50 2021 +0000
+++ b/archivers/hs-zlib/Makefile        Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      zlib-0.6.2.1
 CATEGORIES=    archivers
@@ -7,7 +7,7 @@
 COMMENT=       Compression and decompression in the gzip and zlib formats
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-deepseq-generics/Makefile
--- a/devel/hs-deepseq-generics/Makefile        Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-deepseq-generics/Makefile        Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      deepseq-generics-0.2.0.0
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       GHC.Generics-based Control.DeepSeq.rnf implementation
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-lukko/Makefile
--- a/devel/hs-lukko/Makefile   Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-lukko/Makefile   Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      lukko-0.1.1.1
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       File locking
 LICENSE=       gnu-gpl-v2 AND modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-primitive/Makefile
--- a/devel/hs-primitive/Makefile       Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-primitive/Makefile       Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      primitive-0.7.0.0
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       Primitive memory-related operations
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-setlocale/Makefile
--- a/devel/hs-setlocale/Makefile       Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-setlocale/Makefile       Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      setlocale-1.0.0.9
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       Haskell bindings to setlocale
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-split/Makefile
--- a/devel/hs-split/Makefile   Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-split/Makefile   Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      split-0.2.3.3
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       Combinator library for splitting lists
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-splitmix/Makefile
--- a/devel/hs-splitmix/Makefile        Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-splitmix/Makefile        Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      splitmix-0.0.3
 CATEGORIES=    devel
@@ -7,7 +7,7 @@
 COMMENT=       Fast Splittable PRNG
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-random/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-th-abstraction/Makefile
--- a/devel/hs-th-abstraction/Makefile  Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-th-abstraction/Makefile  Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      th-abstraction-0.3.1.0
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       Nicer interface for reified information about data types
 LICENSE=       isc
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 devel/hs-unliftio-core/Makefile
--- a/devel/hs-unliftio-core/Makefile   Thu Feb 18 14:55:50 2021 +0000
+++ b/devel/hs-unliftio-core/Makefile   Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      unliftio-core-0.1.2.0
 CATEGORIES=    devel
@@ -7,6 +7,6 @@
 COMMENT=       The MonadUnliftIO typeclass for unlifting monads to IO
 LICENSE=       mit
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 math/hs-integer-logarithms/Makefile
--- a/math/hs-integer-logarithms/Makefile       Thu Feb 18 14:55:50 2021 +0000
+++ b/math/hs-integer-logarithms/Makefile       Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      integer-logarithms-1.0.3
 CATEGORIES=    math
@@ -7,6 +7,6 @@
 COMMENT=       Integer logarithms
 LICENSE=       mit
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 security/hs-cryptohash-sha256/Makefile
--- a/security/hs-cryptohash-sha256/Makefile    Thu Feb 18 14:55:50 2021 +0000
+++ b/security/hs-cryptohash-sha256/Makefile    Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      cryptohash-sha256-0.11.101.0
 CATEGORIES=    security
@@ -7,6 +7,6 @@
 COMMENT=       Fast, pure and practical SHA-256 implementation
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 security/hs-ed25519/Makefile
--- a/security/hs-ed25519/Makefile      Thu Feb 18 14:55:50 2021 +0000
+++ b/security/hs-ed25519/Makefile      Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      ed25519-0.0.5.0
 CATEGORIES=    security
@@ -7,6 +7,6 @@
 COMMENT=       Ed25519 cryptographic signatures
 LICENSE=       mit
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 textproc/hs-HsYAML/Makefile
--- a/textproc/hs-HsYAML/Makefile       Thu Feb 18 14:55:50 2021 +0000
+++ b/textproc/hs-HsYAML/Makefile       Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:27 mef Exp $
 
 DISTNAME=      HsYAML-0.2.1.0
 CATEGORIES=    textproc
@@ -7,6 +7,6 @@
 COMMENT=       Pure Haskell YAML 1.2 processor
 LICENSE=       gnu-gpl-v2
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 textproc/hs-blaze-markup/Makefile
--- a/textproc/hs-blaze-markup/Makefile Thu Feb 18 14:55:50 2021 +0000
+++ b/textproc/hs-blaze-markup/Makefile Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:00 mef Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:28 mef Exp $
 
 DISTNAME=      blaze-markup-0.8.2.3
 CATEGORIES=    textproc
@@ -8,7 +8,7 @@
 LICENSE=       modified-bsd
 
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-blaze-builder/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 textproc/hs-haddock-library/Makefile
--- a/textproc/hs-haddock-library/Makefile      Thu Feb 18 14:55:50 2021 +0000
+++ b/textproc/hs-haddock-library/Makefile      Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:26 mef Exp $
 
 DISTNAME=      haddock-library-1.8.0
 CATEGORIES=    textproc
@@ -7,6 +7,6 @@
 COMMENT=       Library exposing some functionality of Haddock
 LICENSE=       2-clause-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 textproc/hs-polyparse/Makefile
--- a/textproc/hs-polyparse/Makefile    Thu Feb 18 14:55:50 2021 +0000
+++ b/textproc/hs-polyparse/Makefile    Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:01 mef Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/18 15:07:26 mef Exp $
 
 DISTNAME=      polyparse-1.13
 CATEGORIES=    textproc
@@ -7,6 +7,6 @@
 COMMENT=       Variety of alternative parser combinator libraries
 LICENSE=       gnu-lgpl-v2.1
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<8.10
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 731a52afb92e -r 08aff18b89d3 textproc/hs-regex-base/Makefile
--- a/textproc/hs-regex-base/Makefile   Thu Feb 18 14:55:50 2021 +0000
+++ b/textproc/hs-regex-base/Makefile   Thu Feb 18 15:07:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/02/13 08:01:01 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/18 15:07:26 mef Exp $
 
 DISTNAME=      regex-base-0.94.0.0



Home | Main Index | Thread Index | Old Index