diff options
author | pho <pho@pkgsrc.org> | 2022-01-18 02:48:01 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-01-18 02:48:01 +0000 |
commit | d80582e6691550ff296219957689f31a0ec5b692 (patch) | |
tree | 55787d36ca4187db04f4cde72d7c91a455c5dea8 /converters/hs-base64-bytestring | |
parent | e28049ff91e6357333667077d59779c43eb26aa6 (diff) | |
download | pkgsrc-d80582e6691550ff296219957689f31a0ec5b692.tar.gz |
Bump packages that depends on GHC
Diffstat (limited to 'converters/hs-base64-bytestring')
-rw-r--r-- | converters/hs-base64-bytestring/Makefile | 4 | ||||
-rw-r--r-- | converters/hs-base64-bytestring/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/hs-base64-bytestring/Makefile b/converters/hs-base64-bytestring/Makefile index a13a4de8406..ddf82f8653c 100644 --- a/converters/hs-base64-bytestring/Makefile +++ b/converters/hs-base64-bytestring/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/05/03 19:00:53 pho Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:02 pho Exp $ DISTNAME= base64-bytestring-1.2.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MAINTAINER= pho@cielonegro.org diff --git a/converters/hs-base64-bytestring/buildlink3.mk b/converters/hs-base64-bytestring/buildlink3.mk index 5b41bdb202a..fdc30487fc4 100644 --- a/converters/hs-base64-bytestring/buildlink3.mk +++ b/converters/hs-base64-bytestring/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2021/05/03 19:00:53 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2022/01/18 02:48:02 pho Exp $ BUILDLINK_TREE+= hs-base64-bytestring @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-base64-bytestring HS_BASE64_BYTESTRING_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.2.0 -BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.2.0.1nb1 +BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.2.0.1nb2 BUILDLINK_PKGSRCDIR.hs-base64-bytestring?= ../../converters/hs-base64-bytestring .endif # HS_BASE64_BYTESTRING_BUILDLINK3_MK |