diff options
author | mef <mef@pkgsrc.org> | 2021-02-28 14:31:04 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-02-28 14:31:04 +0000 |
commit | 42361c272daca8988661933cb4f1f6e7962d8d74 (patch) | |
tree | fb01adce96c1400d9e116eb9b738850c5f9fa98e /textproc | |
parent | 4138e07b00c3a3afbda5919a477a484d744ed9e1 (diff) | |
download | pkgsrc-42361c272daca8988661933cb4f1f6e7962d8d74.tar.gz |
(textproc/hs-hscolour) insist on ghc-8.*, fix build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-hscolour/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/hs-hscolour/Makefile b/textproc/hs-hscolour/Makefile index 3a72fe08d75..7ffee93e20c 100644 --- a/textproc/hs-hscolour/Makefile +++ b/textproc/hs-hscolour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/02/13 08:01:00 mef Exp $ +# $NetBSD: Makefile,v 1.4 2021/02/28 14:31:04 mef Exp $ DISTNAME= hscolour-1.24.4 CATEGORIES= textproc @@ -7,6 +7,7 @@ MAINTAINER= pho@cielonegro.org COMMENT= Colourise Haskell code LICENSE= gnu-gpl-v2 -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" |