diff --git a/tasty-golden-extra.cabal b/tasty-golden-extra.cabal index 20e516e..d7de1e1 100644 --- a/tasty-golden-extra.cabal +++ b/tasty-golden-extra.cabal @@ -34,15 +34,15 @@ common deps , aeson ^>=2.2.3.0 , aeson-diff ^>=1.1.0.9 , aeson-pretty ^>=0.8.9 - , base ^>=4.18 - , bytestring ^>=0.11.5.3 + , base >=4.14 && <4.20 + , bytestring >=0.10.12 , pretty-show ^>=1.10 , pretty-simple ^>=4.1 , string-interpolate ^>=0.3.4.0 , tasty ^>=1.5 , tasty-discover ^>=5.0.0 , tasty-golden ^>=2.3.5 - , text ^>=2.0.2 + , text ^>=2.1 , yaml ^>=0.11.11 common opts