From aaa4ca3785971faa842623f937f382e02a655e79 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Tue, 17 Dec 2024 23:49:09 +1100 Subject: [PATCH] Desperately try to get bytestring to work --- tasty-golden-extra.cabal | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tasty-golden-extra.cabal b/tasty-golden-extra.cabal index 2963952..5883f4a 100644 --- a/tasty-golden-extra.cabal +++ b/tasty-golden-extra.cabal @@ -31,18 +31,18 @@ source-repository head common deps build-depends: - , aeson >=2.2 && <2.3 - , aeson-diff >=1.1 && <1.2 - , aeson-pretty >=0.8 && <0.9 - , base >=4.14 && <4.20 - , bytestring >=0.10 && <0.13 - , pretty-show >=1.10 && <1.11 - , pretty-simple >=4.1 && <4.2 - , tasty >=1.5 && <1.6 - , tasty-discover >=5.0 && <5.1 - , tasty-golden >=2.3 && <2.4 - , text >=1.2 && <2.2 - , yaml >=0.11 && <0.12 + , aeson >=2.2 && <2.3 + , aeson-diff >=1.1 && <1.2 + , aeson-pretty >=0.8 && <0.9 + , base >=4.14 && <4.20 + , bytestring ^>=0.10.8.1 || ^>=0.11.4.0 || ^>=0.12.0.2 + , pretty-show >=1.10 && <1.11 + , pretty-simple >=4.1 && <4.2 + , tasty >=1.5 && <1.6 + , tasty-discover >=5.0 && <5.1 + , tasty-golden >=2.3 && <2.4 + , text >=1.2 && <2.2 + , yaml >=0.11 && <0.12 common opts default-language: Haskell2010