From cf51ea6737b9dc73d7c1841fedf86901cc50ed8e Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Sat, 27 Sep 2025 01:22:08 +0200 Subject: [PATCH] Require hashable >= 1.4 Resolves #487. --- unordered-containers.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unordered-containers.cabal b/unordered-containers.cabal index a0123996..816c6280 100644 --- a/unordered-containers.cabal +++ b/unordered-containers.cabal @@ -61,7 +61,7 @@ library build-depends: base >= 4.10 && < 5, deepseq >= 1.4.3, - hashable >= 1.2.5 && < 1.6, + hashable >= 1.4 && < 1.6, template-haskell < 2.24 default-language: Haskell2010