pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/hs-hscolour



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 28 14:31:05 UTC 2021

Modified Files:
        pkgsrc/textproc/hs-hscolour: Makefile

Log Message:
(textproc/hs-hscolour) insist on ghc-8.*, fix build


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hs-hscolour/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hs-hscolour/Makefile
diff -u pkgsrc/textproc/hs-hscolour/Makefile:1.3 pkgsrc/textproc/hs-hscolour/Makefile:1.4
--- pkgsrc/textproc/hs-hscolour/Makefile:1.3    Sat Feb 13 08:01:00 2021
+++ pkgsrc/textproc/hs-hscolour/Makefile        Sun Feb 28 14:31:04 2021
@@ -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@localhost
 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"



Home | Main Index | Thread Index | Old Index