vector-hashtables 0.1.2.0 → 0.1.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~QuickCheckdep ~quickcheck-instances
Dependency ranges changed: QuickCheck, quickcheck-instances
Files
- changelog.md +4/−0
- vector-hashtables.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+# 0.1.2.1 (2025-06-17)++* Bump `QuickCheck` version (see [#34](https://github.com/klapaucius/vector-hashtables/pull/34)).+ # 0.1.2.0 (2024-04-26) * Add `upsert` function to public interface (see [#21](https://github.com/klapaucius/vector-hashtables/pull/21)).
vector-hashtables.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: vector-hashtables-version: 0.1.2.0+version: 0.1.2.1 synopsis: Efficient vector-based mutable hashtables implementation. description: This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015).@@ -71,7 +71,7 @@ -- Additional dependencies build-depends: hspec >= 2.6.0 && < 2.12- , QuickCheck >= 2.12.6.1 && < 2.16+ , QuickCheck >= 2.12.6.1 && < 2.17 , quickcheck-instances >= 0.3.19 && < 0.4 build-tool-depends: