summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-28 14:08:54 +0000
committermef <mef@pkgsrc.org>2021-02-28 14:08:54 +0000
commit94be99e37b40a5a121e02f15e094bdfb56bbe837 (patch)
tree841a10f2ef43bb2f52b880873529e73758e555b6 /finance
parentf9cfaf355010206a9c430c51259a6f741c467511 (diff)
downloadpkgsrc-94be99e37b40a5a121e02f15e094bdfb56bbe837.tar.gz
(finance/hs-Decimal) insist on ghc-8.*, fix build
Diffstat (limited to 'finance')
-rw-r--r--finance/hs-Decimal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/hs-Decimal/Makefile b/finance/hs-Decimal/Makefile
index 820f8c274f9..ae3291612ca 100644
--- a/finance/hs-Decimal/Makefile
+++ b/finance/hs-Decimal/Makefile
@@ -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 @@ LICENSE= modified-bsd
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"