summaryrefslogtreecommitdiff
path: root/finance/hs-Decimal
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-13 08:00:57 +0000
committermef <mef@pkgsrc.org>2021-02-13 08:00:57 +0000
commit3eb89e463b16e5b1b488fc88aad8065ff59f777b (patch)
tree8bcff445122c9962c3555c22bf7bcdd13d41df14 /finance/hs-Decimal
parent39b3c3ff17a02daacfa110a42bf758ec5968b326 (diff)
downloadpkgsrc-3eb89e463b16e5b1b488fc88aad8065ff59f777b.tar.gz
(*/hs-*) fix build, not adapted to ghc90 version
Diffstat (limited to 'finance/hs-Decimal')
-rw-r--r--finance/hs-Decimal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/hs-Decimal/Makefile b/finance/hs-Decimal/Makefile
index ac07e349014..820f8c274f9 100644
--- a/finance/hs-Decimal/Makefile
+++ b/finance/hs-Decimal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:44:12 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= Decimal-0.5.1
CATEGORIES= finance
@@ -11,5 +11,6 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"