pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc (devel/hs-*, textproc/hs-hxt-regex-xmlschem) insist on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f96f16dccb4a
branches:  trunk
changeset: 447875:f96f16dccb4a
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 28 13:59:45 2021 +0000

description:
(devel/hs-*, textproc/hs-hxt-regex-xmlschem) insist on ghc88, fix build

diffstat:

 devel/hs-basement/Makefile               |  5 +++--
 devel/hs-exceptions/Makefile             |  5 +++--
 devel/hs-syb/Makefile                    |  5 +++--
 devel/hs-tagged/Makefile                 |  4 ++--
 textproc/hs-hxt-regex-xmlschema/Makefile |  5 +++--
 5 files changed, 14 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r de867436107f -r f96f16dccb4a devel/hs-basement/Makefile
--- a/devel/hs-basement/Makefile        Sun Feb 28 13:28:24 2021 +0000
+++ b/devel/hs-basement/Makefile        Sun Feb 28 13:59:45 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/28 13:59:45 mef Exp $
 
 DISTNAME=      basement-0.0.11
 CATEGORIES=    devel
@@ -7,6 +7,7 @@
 COMMENT=       Foundation scrap box of array and string
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<=8.10
+BUILDLINK_API_DEPENDS.ghc+=    ghc>=8.8
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r de867436107f -r f96f16dccb4a devel/hs-exceptions/Makefile
--- a/devel/hs-exceptions/Makefile      Sun Feb 28 13:28:24 2021 +0000
+++ b/devel/hs-exceptions/Makefile      Sun Feb 28 13:59:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/28 13:59:45 mef Exp $
 
 DISTNAME=      exceptions-0.10.4
 CATEGORIES=    devel
@@ -7,6 +7,7 @@
 COMMENT=       Extensible optionally-pure exceptions
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<=8.10
+BUILDLINK_API_DEPENDS.ghc+=    ghc>=8.8
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r de867436107f -r f96f16dccb4a devel/hs-syb/Makefile
--- a/devel/hs-syb/Makefile     Sun Feb 28 13:28:24 2021 +0000
+++ b/devel/hs-syb/Makefile     Sun Feb 28 13:59:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/28 13:59:45 mef Exp $
 
 DISTNAME=      syb-0.7.1
 CATEGORIES=    devel
@@ -7,6 +7,7 @@
 COMMENT=       Haskell "Scrap Your Boilerplate" Library
 LICENSE=       modified-bsd
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<=8.10
+BUILDLINK_API_DEPENDS.ghc+=    ghc>=8.8
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r de867436107f -r f96f16dccb4a devel/hs-tagged/Makefile
--- a/devel/hs-tagged/Makefile  Sun Feb 28 13:28:24 2021 +0000
+++ b/devel/hs-tagged/Makefile  Sun Feb 28 13:59:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/02/28 11:02:01 mef Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/28 13:59:45 mef Exp $
 
 DISTNAME=      tagged-0.8.6.1
 CATEGORIES=    devel
@@ -8,6 +8,6 @@
 LICENSE=       modified-bsd
 
 BUILDLINK_API_DEPENDS.ghc+=    ghc<=8.10
-BUILDLINK_API_DEPENDS.ghc+=    ghc>8.8
+BUILDLINK_API_DEPENDS.ghc+=    ghc>=8.8
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r de867436107f -r f96f16dccb4a textproc/hs-hxt-regex-xmlschema/Makefile
--- a/textproc/hs-hxt-regex-xmlschema/Makefile  Sun Feb 28 13:28:24 2021 +0000
+++ b/textproc/hs-hxt-regex-xmlschema/Makefile  Sun Feb 28 13:59:45 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/28 13:59:45 mef Exp $
 
 DISTNAME=      hxt-regex-xmlschema-9.2.0.3
 CATEGORIES=    textproc
@@ -7,7 +7,8 @@
 COMMENT=       Regular expression library for W3C XML Schema regular expressions
 LICENSE=       mit
 
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<=8.10
+BUILDLINK_API_DEPENDS.ghc+=    ghc>=8.8
 .include "../../mk/haskell.mk"
 .include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index