pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-wizards (devel/hs-wizards) insist on ghc-8.*,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88c943199fe6
branches:  trunk
changeset: 447877:88c943199fe6
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 28 14:19:37 2021 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 23a0fe420c4b -r 88c943199fe6 devel/hs-wizards/Makefile
--- a/devel/hs-wizards/Makefile Sun Feb 28 14:08:54 2021 +0000
+++ b/devel/hs-wizards/Makefile Sun Feb 28 14:19:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/28 14:19:37 mef Exp $
 
 DISTNAME=      wizards-1.0.3
 CATEGORIES=    devel
@@ -12,6 +12,7 @@
 USE_LANGUAGES= # none
 
 .include "../../devel/hs-control-monad-free/buildlink3.mk"
-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