diff options
author | pho <pho@pkgsrc.org> | 2022-02-26 03:57:43 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-26 03:57:43 +0000 |
commit | edcdafe8792067139c9dc105e77398c1ee43aa67 (patch) | |
tree | 8298a2a830fdeabfb250796b028473ce78837cb6 /math/hs-nats | |
parent | 7717cc6675076ed2acbd0fb84aa5c8d6d9635d0a (diff) | |
download | pkgsrc-edcdafe8792067139c9dc105e77398c1ee43aa67.tar.gz |
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Diffstat (limited to 'math/hs-nats')
-rw-r--r-- | math/hs-nats/Makefile | 4 | ||||
-rw-r--r-- | math/hs-nats/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile index e93c52e3b87..d23a5827b83 100644 --- a/math/hs-nats/Makefile +++ b/math/hs-nats/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2022/02/12 08:50:45 pho Exp $ +# $NetBSD: Makefile,v 1.18 2022/02/26 03:58:18 pho Exp $ DISTNAME= nats-1.1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MAINTAINER= pho@cielonegro.org diff --git a/math/hs-nats/buildlink3.mk b/math/hs-nats/buildlink3.mk index 47d709a3f9f..d9fb66d253a 100644 --- a/math/hs-nats/buildlink3.mk +++ b/math/hs-nats/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2022/02/12 08:50:45 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2022/02/26 03:58:18 pho Exp $ BUILDLINK_TREE+= hs-nats @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-nats HS_NATS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=1.1.2 -BUILDLINK_ABI_DEPENDS.hs-nats+= hs-nats>=1.1.2nb3 +BUILDLINK_ABI_DEPENDS.hs-nats+= hs-nats>=1.1.2nb4 BUILDLINK_PKGSRCDIR.hs-nats?= ../../math/hs-nats .include "../../devel/hs-hashable/buildlink3.mk" |