summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/hs-basement/Makefile5
-rw-r--r--devel/hs-exceptions/Makefile5
-rw-r--r--devel/hs-syb/Makefile5
-rw-r--r--devel/hs-tagged/Makefile4
-rw-r--r--textproc/hs-hxt-regex-xmlschema/Makefile5
5 files changed, 14 insertions, 10 deletions
diff --git a/devel/hs-basement/Makefile b/devel/hs-basement/Makefile
index dff044ae4bf..6eca18c228d 100644
--- a/devel/hs-basement/Makefile
+++ b/devel/hs-basement/Makefile
@@ -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
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 --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile
index 24e63963f66..21378ccc78e 100644
--- a/devel/hs-exceptions/Makefile
+++ b/devel/hs-exceptions/Makefile
@@ -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
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 --git a/devel/hs-syb/Makefile b/devel/hs-syb/Makefile
index 8a9d697c6fd..392c8dfca7f 100644
--- a/devel/hs-syb/Makefile
+++ b/devel/hs-syb/Makefile
@@ -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
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 --git a/devel/hs-tagged/Makefile b/devel/hs-tagged/Makefile
index 36adc494cee..a51dd141aed 100644
--- a/devel/hs-tagged/Makefile
+++ b/devel/hs-tagged/Makefile
@@ -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 avoid unsafely passing dummy arguments
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 --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile
index 881b837a91a..43121aa2521 100644
--- a/textproc/hs-hxt-regex-xmlschema/Makefile
+++ b/textproc/hs-hxt-regex-xmlschema/Makefile
@@ -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
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"