diff --git a/tasty-golden-extra.cabal b/tasty-golden-extra.cabal index c53de7d..5c99fd1 100644 --- a/tasty-golden-extra.cabal +++ b/tasty-golden-extra.cabal @@ -31,21 +31,21 @@ source-repository head common deps build-depends: - , aeson ^>=2.2.3.0 - , aeson-diff ^>=1.1.0.9 - , aeson-pretty ^>=0.8.9 - , base >=4.14 && <4.20 - , 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 >=1.2.4 && <=2.1.2 - , yaml ^>=0.11.11 + , aeson ^>=2.2.3.0 + , aeson-diff ^>=1.1.0.9 + , aeson-pretty ^>=0.8.9 + , base >=4.14 && <4.20 + , bytestring >=0.10 && <0.13 + , pretty-show ^>=1.10 + , pretty-simple ^>=4.1 + , tasty ^>=1.5 + , tasty-discover ^>=5.0.0 + , tasty-golden ^>=2.3.5 + , text >=1.2 && <2.2 + , yaml ^>=0.11.11 common opts - default-language: Haskell2010 + default-language: Haskell2010 default-extensions: DuplicateRecordFields OverloadedStrings