From b0adec6781e5b22c0d4b44767a2d3a9ab1127201 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 30 Sep 2023 09:05:27 -0400 Subject: [PATCH] Allow building with containers-0.7.* --- free.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free.cabal b/free.cabal index 70d302b..fca4012 100644 --- a/free.cabal +++ b/free.cabal @@ -77,7 +77,7 @@ library build-depends: base >= 4.9 && < 5, comonad >= 5.0.8 && < 6, - containers >= 0.5.7.1 && < 0.7, + containers >= 0.5.7.1 && < 0.8, distributive >= 0.5.2 && < 1, exceptions >= 0.10.4 && < 0.11, indexed-traversable >= 0.1.1 && < 0.2,