Skip to content

Commit

Permalink
devel/hs-mono-traversable: update to mono-traversable-1.0.21.0
Browse files Browse the repository at this point in the history
## 1.0.21.0

* Support for vector 0.13.2.0, adding instances for [`Data.Vector.Strict`](https://hackage.haskell.org/package/vector-0.13.2.0/docs/Data-Vector-Strict.html) data structure.
  [#244](snoyberg/mono-traversable#244)

## 1.0.20.0

* Added instances for [`Reverse`](https://hackage.haskell.org/package/transformers-0.6.1.1/docs/Data-Functor-Reverse.html#t:Reverse) data structure.

## 1.0.19.1

* Removed 'highly experimental' warning haddock comment from Data.Containers.

## 1.0.19.0

* Added `filterWithKey` to `IsMap`.
  [#232](snoyberg/mono-traversable#232)

## 1.0.18.0

* Added MonoPointed instance for text Builder
  [#225](snoyberg/mono-traversable#225)
  • Loading branch information
depressed-pho committed Jan 29, 2025
1 parent 69a9617 commit 30cf437
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions devel/hs-mono-traversable/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.15 2024/05/09 01:32:04 pho Exp $
# $NetBSD: Makefile,v 1.16 2025/01/29 17:30:27 pho Exp $

DISTNAME= mono-traversable-1.0.17.0
PKGREVISION= 1
DISTNAME= mono-traversable-1.0.21.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions devel/hs-mono-traversable/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.15 2024/05/09 01:32:04 pho Exp $
# $NetBSD: buildlink3.mk,v 1.16 2025/01/29 17:30:27 pho Exp $

BUILDLINK_TREE+= hs-mono-traversable

.if !defined(HS_MONO_TRAVERSABLE_BUILDLINK3_MK)
HS_MONO_TRAVERSABLE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.17.0
BUILDLINK_ABI_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.17.0nb1
BUILDLINK_API_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.21
BUILDLINK_ABI_DEPENDS.hs-mono-traversable+= hs-mono-traversable>=1.0.21.0
BUILDLINK_PKGSRCDIR.hs-mono-traversable?= ../../devel/hs-mono-traversable

.include "../../devel/hs-hashable/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions devel/hs-mono-traversable/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2024/05/01 07:26:30 pho Exp $
$NetBSD: distinfo,v 1.8 2025/01/29 17:30:27 pho Exp $

BLAKE2s (mono-traversable-1.0.17.0.tar.gz) = c0b7562ed078902ec6a138ea418624f994a2ae34b144f4e3dde31d5b4bbc03e0
SHA512 (mono-traversable-1.0.17.0.tar.gz) = 894f86c23e8b6fad4c13b2c2bf5f379b7001bc6ffc62b354abbeac2d6b1597afad4362e0d7d9b5a5af8eb2f2e31f842f61835a10ad3b85e8e6aa6d93753173d3
Size (mono-traversable-1.0.17.0.tar.gz) = 42225 bytes
BLAKE2s (mono-traversable-1.0.21.0.tar.gz) = 42a9f2ff6c829f0a1c47a059f34c0d3b0096ac53a2c86dddf4ffd7bf07098395
SHA512 (mono-traversable-1.0.21.0.tar.gz) = d73bdefc0312b4692d4d371728dfaf69c6d786eb97b0851b283bfb036e3741d9ecc8ccbf3977ec31542171e03bd983bb39a00abb66cbca094c9db48bcb9b93cf
Size (mono-traversable-1.0.21.0.tar.gz) = 43552 bytes

0 comments on commit 30cf437

Please sign in to comment.