summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-28 13:59:45 +0000
committermef <mef@pkgsrc.org>2021-02-28 13:59:45 +0000
commitf9cfaf355010206a9c430c51259a6f741c467511 (patch)
tree06e07034e2eccb4f6c61530db380222a1aadc059 /devel
parent6fa7224ba169c72c2b390e72ecff658f10a2358f (diff)
downloadpkgsrc-f9cfaf355010206a9c430c51259a6f741c467511.tar.gz
(devel/hs-*, textproc/hs-hxt-regex-xmlschem) insist on ghc88, fix build
Diffstat (limited to 'devel')
-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
4 files changed, 11 insertions, 8 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"