summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-02-18 15:07:26 +0000
committermef <mef@pkgsrc.org>2021-02-18 15:07:26 +0000
commit966edc6b115992de324939f40cec49788fe638a6 (patch)
treed91e168edeec6745900e9558886163d610c0fe90 /archivers
parentc07465375d49d1063f64f0dbb8cc08f74181d220 (diff)
downloadpkgsrc-966edc6b115992de324939f40cec49788fe638a6.tar.gz
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again
Diffstat (limited to 'archivers')
-rw-r--r--archivers/hs-tar/Makefile4
-rw-r--r--archivers/hs-zlib/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile
index ae6a6c7f58f..98a2cd427f6 100644
--- a/archivers/hs-tar/Makefile
+++ b/archivers/hs-tar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/18 15:07:28 mef Exp $
DISTNAME= tar-0.5.1.1
CATEGORIES= archivers
@@ -7,6 +7,6 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Reading, writing, and manipulating ".tar" archive files
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"
diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile
index 13cd87438da..3da88dd200e 100644
--- a/archivers/hs-zlib/Makefile
+++ b/archivers/hs-zlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/18 15:07:28 mef Exp $
DISTNAME= zlib-0.6.2.1
CATEGORIES= archivers
@@ -7,7 +7,7 @@ MAINTAINER= pho@cielonegro.org
COMMENT= Compression and decompression in the gzip and zlib formats
LICENSE= modified-bsd
-BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+= ghc<8.10
.include "../../mk/haskell.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"