-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/hs-mono-traversable: update to mono-traversable-1.0.21.0
## 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
1 parent
69a9617
commit 30cf437
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |