diff options
author | mef <mef@pkgsrc.org> | 2021-02-13 08:00:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-02-13 08:00:57 +0000 |
commit | 3eb89e463b16e5b1b488fc88aad8065ff59f777b (patch) | |
tree | 8bcff445122c9962c3555c22bf7bcdd13d41df14 /archivers/hs-zlib | |
parent | 39b3c3ff17a02daacfa110a42bf758ec5968b326 (diff) | |
download | pkgsrc-3eb89e463b16e5b1b488fc88aad8065ff59f777b.tar.gz |
(*/hs-*) fix build, not adapted to ghc90 version
Diffstat (limited to 'archivers/hs-zlib')
-rw-r--r-- | archivers/hs-zlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index c4e3eb3d60e..13cd87438da 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/12/29 23:20:52 pho Exp $ +# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $ DISTNAME= zlib-0.6.2.1 CATEGORIES= archivers @@ -7,6 +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 .include "../../mk/haskell.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |