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:           Sun Feb 28 13:59:45 UTC 2021

Modified Files:
        pkgsrc/devel/hs-basement: Makefile
        pkgsrc/devel/hs-exceptions: Makefile
        pkgsrc/devel/hs-syb: Makefile
        pkgsrc/devel/hs-tagged: Makefile
        pkgsrc/textproc/hs-hxt-regex-xmlschema: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-basement/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-exceptions/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-syb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-tagged/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile

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

Modified files:

Index: pkgsrc/devel/hs-basement/Makefile
diff -u pkgsrc/devel/hs-basement/Makefile:1.2 pkgsrc/devel/hs-basement/Makefile:1.3
--- pkgsrc/devel/hs-basement/Makefile:1.2       Sat Feb 13 08:00:57 2021
+++ pkgsrc/devel/hs-basement/Makefile   Sun Feb 28 13:59:45 2021
@@ -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 @@ MAINTAINER=     pho%cielonegro.org@localhost
 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"

Index: pkgsrc/devel/hs-exceptions/Makefile
diff -u pkgsrc/devel/hs-exceptions/Makefile:1.7 pkgsrc/devel/hs-exceptions/Makefile:1.8
--- pkgsrc/devel/hs-exceptions/Makefile:1.7     Sat Feb 13 08:00:57 2021
+++ pkgsrc/devel/hs-exceptions/Makefile Sun Feb 28 13:59:45 2021
@@ -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 @@ MAINTAINER=     szptvlfn%NetBSD.org@localhost
 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"

Index: pkgsrc/devel/hs-syb/Makefile
diff -u pkgsrc/devel/hs-syb/Makefile:1.4 pkgsrc/devel/hs-syb/Makefile:1.5
--- pkgsrc/devel/hs-syb/Makefile:1.4    Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-syb/Makefile        Sun Feb 28 13:59:45 2021
@@ -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 @@ MAINTAINER=     pho%cielonegro.org@localhost
 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"

Index: pkgsrc/devel/hs-tagged/Makefile
diff -u pkgsrc/devel/hs-tagged/Makefile:1.6 pkgsrc/devel/hs-tagged/Makefile:1.7
--- pkgsrc/devel/hs-tagged/Makefile:1.6 Sun Feb 28 11:02:01 2021
+++ pkgsrc/devel/hs-tagged/Makefile     Sun Feb 28 13:59:45 2021
@@ -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 @@ COMMENT=        Haskell 98 phantom types to avo
 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"

Index: pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile
diff -u pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile:1.2 pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile:1.3
--- pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile:1.2 Sat Feb 13 08:01:00 2021
+++ pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile     Sun Feb 28 13:59:45 2021
@@ -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 @@ MAINTAINER=     pho%cielonegro.org@localhost
 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