From 6dcd60fbb21e80bfdf914b66fd70ebcc7fad7e5f Mon Sep 17 00:00:00 2001 From: meooow25 Date: Mon, 3 Mar 2025 20:24:23 +0530 Subject: [PATCH] Allow containers-0.8 --- hsc2hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsc2hs.cabal b/hsc2hs.cabal index 7451e03..88cde7e 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -78,7 +78,7 @@ Executable hsc2hs Other-Extensions: CPP, NoMonomorphismRestriction Build-Depends: base >= 4.3.0 && < 4.22, - containers >= 0.4.0 && < 0.8, + containers >= 0.4.0 && < 0.9, directory >= 1.1.0 && < 1.4, filepath >= 1.2.0 && < 1.6, process >= 1.1.0 && < 1.7