diff options
Diffstat (limited to 'converters/hs-aeson-pretty')
-rw-r--r-- | converters/hs-aeson-pretty/Makefile | 4 | ||||
-rw-r--r-- | converters/hs-aeson-pretty/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/hs-aeson-pretty/Makefile b/converters/hs-aeson-pretty/Makefile index 423d9559524..880d2d7ae92 100644 --- a/converters/hs-aeson-pretty/Makefile +++ b/converters/hs-aeson-pretty/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/02/26 03:57:44 pho Exp $ +# $NetBSD: Makefile,v 1.7 2022/08/20 08:08:12 wiz Exp $ DISTNAME= aeson-pretty-0.8.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters MAINTAINER= pho@cielonegro.org diff --git a/converters/hs-aeson-pretty/buildlink3.mk b/converters/hs-aeson-pretty/buildlink3.mk index f69a88bdad5..36f285bb920 100644 --- a/converters/hs-aeson-pretty/buildlink3.mk +++ b/converters/hs-aeson-pretty/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2022/02/26 03:57:44 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2022/08/20 08:08:12 wiz Exp $ BUILDLINK_TREE+= hs-aeson-pretty @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-aeson-pretty HS_AESON_PRETTY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-aeson-pretty+= hs-aeson-pretty>=0.8.9 -BUILDLINK_ABI_DEPENDS.hs-aeson-pretty+= hs-aeson-pretty>=0.8.9nb2 +BUILDLINK_ABI_DEPENDS.hs-aeson-pretty+= hs-aeson-pretty>=0.8.9nb3 BUILDLINK_PKGSRCDIR.hs-aeson-pretty?= ../../converters/hs-aeson-pretty .include "../../converters/hs-aeson/buildlink3.mk" |