From 82d6992b19dcb37f0eb7914e079c1cd2b36066b4 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Wed, 18 Dec 2024 12:07:38 +1100 Subject: [PATCH] Allow up to the next minor version --- tasty-golden-extra.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasty-golden-extra.cabal b/tasty-golden-extra.cabal index ab10a15..e6b3c6a 100644 --- a/tasty-golden-extra.cabal +++ b/tasty-golden-extra.cabal @@ -31,17 +31,17 @@ source-repository head common deps build-depends: - , aeson >=2.1.2.1 && <2.2.4 + , aeson >=2.1.2.1 && <2.3 , aeson-diff ^>=1.1.0.13 , aeson-pretty ^>=0.8.10 - , base >=4.14.3 && <4.19.2 - , bytestring >=0.10.12 && <0.12.2 + , base >=4.14.3 && <4.20 + , bytestring >=0.10.12 && <0.13 , pretty-show ^>=1.10 , pretty-simple ^>=4.1.3 , tasty ^>=1.5.2 , tasty-discover ^>=5 , tasty-golden ^>=2.3.5 - , text >=1.2.4.1 && <2.1.2 + , text >=1.2.4.1 && <2.2 , yaml ^>=0.11.11.2 common opts