From 2adbc502e62e755ca0372c913e6278ebe564d7d2 Mon Sep 17 00:00:00 2001 From: Kevin Quick Date: Sun, 12 Mar 2023 13:37:32 -0700 Subject: [PATCH] deps: unordered-containers >= 0.2.14 Data.HashMap.Lazy.mapKeys was added in 0.2.14 --- hnix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnix.cabal b/hnix.cabal index d566775cb..cba3b098d 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -488,7 +488,7 @@ library , transformers >= 0.5.5 && < 0.6 , transformers-base >= 0.4.5 && < 0.5 , unix-compat >= 0.4.3 && < 0.6 - , unordered-containers >= 0.2.9 && < 0.3 + , unordered-containers >= 0.2.14 && < 0.3 , vector >= 0.12.0 && < 0.13 , xml >= 1.3.14 && < 1.4