pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-hashable (devel/hs-hashable) BUILDLINK_API_DE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/666bec78f433
branches: trunk
changeset: 447605:666bec78f433
user: mef <mef%pkgsrc.org@localhost>
date: Tue Feb 23 02:05:28 2021 +0000
description:
(devel/hs-hashable) BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
diffstat:
devel/hs-hashable/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d0359c5dde29 -r 666bec78f433 devel/hs-hashable/Makefile
--- a/devel/hs-hashable/Makefile Mon Feb 22 20:49:45 2021 +0000
+++ b/devel/hs-hashable/Makefile Tue Feb 23 02:05:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/02/13 08:00:58 mef Exp $
+# $NetBSD: Makefile,v 1.13 2021/02/23 02:05:28 mef Exp $
DISTNAME= hashable-1.3.0.0
CATEGORIES= devel
@@ -7,6 +7,6 @@
COMMENT= Class for types that can be converted to a hash value
LICENSE= modified-bsd
-BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index