summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
parent6fa7224ba169c72c2b390e72ecff658f10a2358f (diff)
downloadpkgsrc-f9cfaf355010206a9c430c51259a6f741c467511.tar.gz
(devel/hs-*, textproc/hs-hxt-regex-xmlschem) insist on ghc88, fix build
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-hxt-regex-xmlschema/Makefile5
1 files changed, 3 insertions, 2 deletions
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"