diff options
author | mef <mef@pkgsrc.org> | 2021-02-18 15:07:26 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-02-18 15:07:26 +0000 |
commit | 966edc6b115992de324939f40cec49788fe638a6 (patch) | |
tree | d91e168edeec6745900e9558886163d610c0fe90 /math | |
parent | c07465375d49d1063f64f0dbb8cc08f74181d220 (diff) | |
download | pkgsrc-966edc6b115992de324939f40cec49788fe638a6.tar.gz |
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-integer-logarithms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/hs-integer-logarithms/Makefile b/math/hs-integer-logarithms/Makefile index 8e087596ee1..3e52212b567 100644 --- a/math/hs-integer-logarithms/Makefile +++ b/math/hs-integer-logarithms/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/18 15:07:27 mef Exp $ DISTNAME= integer-logarithms-1.0.3 CATEGORIES= math @@ -7,6 +7,6 @@ MAINTAINER= pho@cielonegro.org COMMENT= Integer logarithms LICENSE= mit -BUILDLINK_API_DEPENDS.ghc+= ghc<9.0 +BUILDLINK_API_DEPENDS.ghc+= ghc<8.10 .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" |