summaryrefslogtreecommitdiff
path: root/textproc/hs-HsYAML
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-18 15:07:26 +0000
committermef <mef@pkgsrc.org>2021-02-18 15:07:26 +0000
commit966edc6b115992de324939f40cec49788fe638a6 (patch)
treed91e168edeec6745900e9558886163d610c0fe90 /textproc/hs-HsYAML
parentc07465375d49d1063f64f0dbb8cc08f74181d220 (diff)
downloadpkgsrc-966edc6b115992de324939f40cec49788fe638a6.tar.gz
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again
Diffstat (limited to 'textproc/hs-HsYAML')
-rw-r--r--textproc/hs-HsYAML/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-HsYAML/Makefile b/textproc/hs-HsYAML/Makefile
index 32682bb2c91..0b3a053e6da 100644
--- a/textproc/hs-HsYAML/Makefile
+++ b/textproc/hs-HsYAML/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/18 15:07:27 mef Exp $
DISTNAME= HsYAML-0.2.1.0
CATEGORIES= textproc
@@ -7,6 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Pure Haskell YAML 1.2 processor
LICENSE= gnu-gpl-v2
-BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"