summaryrefslogtreecommitdiff
path: root/math/hs-integer-logarithms
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 /math/hs-integer-logarithms
parent39b3c3ff17a02daacfa110a42bf758ec5968b326 (diff)
downloadpkgsrc-3eb89e463b16e5b1b488fc88aad8065ff59f777b.tar.gz
(*/hs-*) fix build, not adapted to ghc90 version
Diffstat (limited to 'math/hs-integer-logarithms')
-rw-r--r--math/hs-integer-logarithms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/hs-integer-logarithms/Makefile b/math/hs-integer-logarithms/Makefile
index 662d9f11116..8e087596ee1 100644
--- a/math/hs-integer-logarithms/Makefile
+++ b/math/hs-integer-logarithms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/31 14:04:52 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
DISTNAME= integer-logarithms-1.0.3
CATEGORIES= math
@@ -7,5 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Integer logarithms
LICENSE= mit
+BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"