pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-mono-traversable



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 29 17:30:27 UTC 2025

Modified Files:
        pkgsrc/devel/hs-mono-traversable: Makefile buildlink3.mk distinfo

Log Message:
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](https://github.com/snoyberg/mono-traversable/issues/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](https://github.com/snoyberg/mono-traversable/pull/232)

## 1.0.18.0

* Added MonoPointed instance for text Builder
  [#225](https://github.com/snoyberg/mono-traversable/pull/225)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/hs-mono-traversable/Makefile \
    pkgsrc/devel/hs-mono-traversable/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-mono-traversable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-mono-traversable/Makefile
diff -u pkgsrc/devel/hs-mono-traversable/Makefile:1.15 pkgsrc/devel/hs-mono-traversable/Makefile:1.16
--- pkgsrc/devel/hs-mono-traversable/Makefile:1.15      Thu May  9 01:32:04 2024
+++ pkgsrc/devel/hs-mono-traversable/Makefile   Wed Jan 29 17:30:27 2025
@@ -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=    pho%cielonegro.org@localhost
Index: pkgsrc/devel/hs-mono-traversable/buildlink3.mk
diff -u pkgsrc/devel/hs-mono-traversable/buildlink3.mk:1.15 pkgsrc/devel/hs-mono-traversable/buildlink3.mk:1.16
--- pkgsrc/devel/hs-mono-traversable/buildlink3.mk:1.15 Thu May  9 01:32:04 2024
+++ pkgsrc/devel/hs-mono-traversable/buildlink3.mk      Wed Jan 29 17:30:27 2025
@@ -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"

Index: pkgsrc/devel/hs-mono-traversable/distinfo
diff -u pkgsrc/devel/hs-mono-traversable/distinfo:1.7 pkgsrc/devel/hs-mono-traversable/distinfo:1.8
--- pkgsrc/devel/hs-mono-traversable/distinfo:1.7       Wed May  1 07:26:30 2024
+++ pkgsrc/devel/hs-mono-traversable/distinfo   Wed Jan 29 17:30:27 2025
@@ -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



Home | Main Index | Thread Index | Old Index