pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/hs-Decimal (finance/hs-Decimal) insist on ghc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a0fe420c4b
branches:  trunk
changeset: 447876:23a0fe420c4b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 28 14:08:54 2021 +0000

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

diffstat:

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

diffs (18 lines):

diff -r f96f16dccb4a -r 23a0fe420c4b finance/hs-Decimal/Makefile
--- a/finance/hs-Decimal/Makefile       Sun Feb 28 13:59:45 2021 +0000
+++ b/finance/hs-Decimal/Makefile       Sun Feb 28 14:08:54 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:08:54 mef Exp $
 
 DISTNAME=      Decimal-0.5.1
 CATEGORIES=    finance
@@ -11,6 +11,7 @@
 
 USE_LANGUAGES= # none
 
-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