pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/hs-resolv
Module Name: pkgsrc
Committed By: mef
Date: Sun Feb 28 14:27:03 UTC 2021
Modified Files:
pkgsrc/net/hs-resolv: Makefile
Log Message:
(net/hs-resolv) insist on ghc-8.*, fix build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/hs-resolv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/hs-resolv/Makefile
diff -u pkgsrc/net/hs-resolv/Makefile:1.2 pkgsrc/net/hs-resolv/Makefile:1.3
--- pkgsrc/net/hs-resolv/Makefile:1.2 Sat Feb 13 08:00:59 2021
+++ pkgsrc/net/hs-resolv/Makefile Sun Feb 28 14:27:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/28 14:27:03 mef Exp $
DISTNAME= resolv-0.1.1.3
CATEGORIES= net
@@ -8,6 +8,7 @@ COMMENT= Domain Name Service (DNS) looku
LICENSE= gnu-gpl-v2
.include "../../converters/hs-base16-bytestring/buildlink3.mk"
-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