pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-tagged (devel/hs-tagged) Fix build, with ghc8...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d43b25dca390
branches:  trunk
changeset: 447868:d43b25dca390
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 28 11:02:01 2021 +0000

description:
(devel/hs-tagged) Fix build, with ghc88,810,90 binary exist

diffstat:

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

diffs (18 lines):

diff -r cfd88b388656 -r d43b25dca390 devel/hs-tagged/Makefile
--- a/devel/hs-tagged/Makefile  Sun Feb 28 08:08:38 2021 +0000
+++ b/devel/hs-tagged/Makefile  Sun Feb 28 11:02:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/02/28 01:47:36 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/28 11:02:01 mef Exp $
 
 DISTNAME=      tagged-0.8.6.1
 CATEGORIES=    devel
@@ -7,6 +7,7 @@
 COMMENT=       Haskell 98 phantom types to avoid unsafely passing dummy arguments
 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"



Home | Main Index | Thread Index | Old Index