From 00a27fcdf4c84c8b0e11feb398e368adfb148c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justus=20Sagem=C3=BCller?= Date: Fri, 15 Aug 2025 15:50:27 +0200 Subject: [PATCH] Relax constraints on `containers` and `monads-tf`. Seems to work with the new versions of those packages. --- language-python/language-python.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language-python/language-python.cabal b/language-python/language-python.cabal index 1ecde97..277b2d5 100644 --- a/language-python/language-python.cabal +++ b/language-python/language-python.cabal @@ -37,11 +37,11 @@ Library ghc-options: -fwarn-incomplete-patterns -fwarn-unused-imports -fwarn-warnings-deprecations build-depends: base >= 4.8 && < 5, - containers >= 0.5 && < 0.7, + containers >= 0.5 && < 0.9, pretty == 1.1.*, array >= 0.4 && < 0.6, transformers >= 0.3 && < 0.7, - monads-tf == 0.1.*, + monads-tf >= 0.1 && < 0.4, utf8-string >= 1 && < 2 build-tools: happy, alex exposed-modules: