Skip to content

Commit

Permalink
devel/hs-monoidal-containers: update to monoidal-containers-0.6.5.0
Browse files Browse the repository at this point in the history
# 0.6.5.0

* [Support for GHC 9.10](bgamari/monoidal-containers#105)
  • Loading branch information
depressed-pho committed Feb 1, 2025
1 parent eae2452 commit c80b0c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
9 changes: 3 additions & 6 deletions devel/hs-monoidal-containers/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# $NetBSD: Makefile,v 1.8 2024/05/09 01:32:05 pho Exp $
# $NetBSD: Makefile,v 1.9 2025/02/01 09:11:44 pho Exp $

DISTNAME= monoidal-containers-0.6.4.0
PKGREVISION= 2
DISTNAME= monoidal-containers-0.6.5.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Containers with monoidal accumulation
LICENSE= modified-bsd

HASKELL_UNRESTRICT_DEPENDENCIES+= \
aeson \
base \
deepseq
hashable

.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
Expand Down
6 changes: 3 additions & 3 deletions devel/hs-monoidal-containers/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.7 2024/05/09 01:32:05 pho Exp $
# $NetBSD: buildlink3.mk,v 1.8 2025/02/01 09:11:44 pho Exp $

BUILDLINK_TREE+= hs-monoidal-containers

.if !defined(HS_MONOIDAL_CONTAINERS_BUILDLINK3_MK)
HS_MONOIDAL_CONTAINERS_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-monoidal-containers+= hs-monoidal-containers>=0.6.4
BUILDLINK_ABI_DEPENDS.hs-monoidal-containers+= hs-monoidal-containers>=0.6.4.0nb2
BUILDLINK_API_DEPENDS.hs-monoidal-containers+= hs-monoidal-containers>=0.6.5
BUILDLINK_ABI_DEPENDS.hs-monoidal-containers+= hs-monoidal-containers>=0.6.5.0
BUILDLINK_PKGSRCDIR.hs-monoidal-containers?= ../../devel/hs-monoidal-containers

.include "../../converters/hs-aeson/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions devel/hs-monoidal-containers/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/10/31 02:53:31 pho Exp $
$NetBSD: distinfo,v 1.4 2025/02/01 09:11:44 pho Exp $

BLAKE2s (monoidal-containers-0.6.4.0.tar.gz) = dacd1fa1fa100df1f9e1be27c8c1959adee80d5253247f1ee9e2da2a3f00ef72
SHA512 (monoidal-containers-0.6.4.0.tar.gz) = 719339828f999fd96f6b02fb91c273d8fca6a86f95b26548e6ca86bc7376361f78562ba8b68b05fd833f320c5f19dd17c94afa1d61ab76a2e0888cc91ec164bb
Size (monoidal-containers-0.6.4.0.tar.gz) = 12944 bytes
BLAKE2s (monoidal-containers-0.6.5.0.tar.gz) = 3cf08e72ee2195492c3e85bdbdcd674d92f2119d739a6478be3631f4d9f1cd90
SHA512 (monoidal-containers-0.6.5.0.tar.gz) = 33106e3aea1f823b3fc433f3cde27b4872863be9c60cbcd716d7e389ec34a64e74b8ac89f892f4c92b74e28747908fa662757b3581a5e8cb1a900947f3be397f
Size (monoidal-containers-0.6.5.0.tar.gz) = 12955 bytes

0 comments on commit c80b0c2

Please sign in to comment.