diff --git a/tasty-golden-extra.cabal b/tasty-golden-extra.cabal index 5eb191c..ab10a15 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.3.0.0 + , aeson >=2.1.2.1 && <2.2.4 , aeson-diff ^>=1.1.0.13 , aeson-pretty ^>=0.8.10 - , base >=4.14.3.0 && <4.19.1.0.0 - , bytestring >=0.10.12.0 && <0.12.1.0.0 + , base >=4.14.3 && <4.19.2 + , bytestring >=0.10.12 && <0.12.2 , pretty-show ^>=1.10 - , pretty-simple ^>=4.1.3.0 + , pretty-simple ^>=4.1.3 , tasty ^>=1.5.2 - , tasty-discover ^>=5.0.0 + , tasty-discover ^>=5 , tasty-golden ^>=2.3.5 - , text >=1.2.4.1 && <2.1.1.0 + , text >=1.2.4.1 && <2.1.2 , yaml ^>=0.11.11.2 common opts