From 383c6d9adb538f89caa0b4d0c739bc5e0c00926a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 19 Nov 2024 14:16:10 +1100 Subject: [PATCH] Version 1.4.0 --- changelog.md | 6 ++++++ hashtables.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6cad7be..0b5163b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Hashtables changelog +## 1.4.0 + +Replace deprecated Mutable Array function, which modifies the signature of the `length` +function and hence the API. +Support more recent compilers. + ## 1.3.1 Fix Noncanonical mappend definition warning. diff --git a/hashtables.cabal b/hashtables.cabal index 04a55f3..6c503ab 100644 --- a/hashtables.cabal +++ b/hashtables.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.2 Name: hashtables -Version: 1.3.1 +Version: 1.4.0 Synopsis: Mutable hash tables in the ST monad Homepage: http://github.com/gregorycollins/hashtables License: BSD-3-Clause