From 1522b66e73101e0a7be8e937bb780773665f38bb Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Tue, 17 Dec 2024 23:33:22 +1100 Subject: [PATCH] Widen bounds --- tasty-golden-extra.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasty-golden-extra.cabal b/tasty-golden-extra.cabal index 61f9904..c53de7d 100644 --- a/tasty-golden-extra.cabal +++ b/tasty-golden-extra.cabal @@ -35,13 +35,13 @@ common deps , aeson-diff ^>=1.1.0.9 , aeson-pretty ^>=0.8.9 , base >=4.14 && <4.20 - , bytestring >=0.10.12 + , bytestring >=0.10.12 && <=0.12.2 , pretty-show ^>=1.10 , pretty-simple ^>=4.1 , tasty ^>=1.5 , tasty-discover ^>=5.0.0 , tasty-golden ^>=2.3.5 - , text >=2.1 + , text >=1.2.4 && <=2.1.2 , yaml ^>=0.11.11 common opts