pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hashable



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Feb 23 02:05:28 UTC 2021

Modified Files:
        pkgsrc/devel/hs-hashable: Makefile

Log Message:
(devel/hs-hashable) BUILDLINK_API_DEPENDS.ghc+=  ghc<8.10


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/hs-hashable/Makefile

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

Modified files:

Index: pkgsrc/devel/hs-hashable/Makefile
diff -u pkgsrc/devel/hs-hashable/Makefile:1.12 pkgsrc/devel/hs-hashable/Makefile:1.13
--- pkgsrc/devel/hs-hashable/Makefile:1.12      Sat Feb 13 08:00:58 2021
+++ pkgsrc/devel/hs-hashable/Makefile   Tue Feb 23 02:05:28 2021
@@ -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 @@ MAINTAINER=     pho%cielonegro.org@localhost
 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