summaryrefslogtreecommitdiff
path: root/math/hs-integer-logarithms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-integer-logarithms/Makefile')
-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"