pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-hscolour (textproc/hs-hscolour) insist on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d62d7040479
branches:  trunk
changeset: 447879:6d62d7040479
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 28 14:31:04 2021 +0000

description:
(textproc/hs-hscolour) insist on ghc-8.*, fix build

diffstat:

 textproc/hs-hscolour/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13670691a366 -r 6d62d7040479 textproc/hs-hscolour/Makefile
--- a/textproc/hs-hscolour/Makefile     Sun Feb 28 14:27:03 2021 +0000
+++ b/textproc/hs-hscolour/Makefile     Sun Feb 28 14:31:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:01:00 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/28 14:31:04 mef Exp $
 
 DISTNAME=      hscolour-1.24.4
 CATEGORIES=    textproc
@@ -7,6 +7,7 @@
 COMMENT=       Colourise Haskell code
 LICENSE=       gnu-gpl-v2
 
-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"



Home | Main Index | Thread Index | Old Index