From d8081a6a2f84375f3e9ccdb29e69f5b3fb0ac9bd Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 8 Jul 2024 11:50:53 +0530 Subject: [PATCH] Bump the upper bound of tasty-bench --- experimental/unicode-data-text/unicode-data-text.cabal | 2 +- unicode-data-names/unicode-data-names.cabal | 2 +- unicode-data-scripts/unicode-data-scripts.cabal | 2 +- unicode-data-security/unicode-data-security.cabal | 2 +- unicode-data/unicode-data.cabal | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/experimental/unicode-data-text/unicode-data-text.cabal b/experimental/unicode-data-text/unicode-data-text.cabal index 163b319..b75317f 100644 --- a/experimental/unicode-data-text/unicode-data-text.cabal +++ b/experimental/unicode-data-text/unicode-data-text.cabal @@ -95,7 +95,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.21, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.4, + tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, text >= 1.2.4 && < 2.2, unicode-data >= 0.6 && < 0.7, diff --git a/unicode-data-names/unicode-data-names.cabal b/unicode-data-names/unicode-data-names.cabal index 2de13b7..1b2c4f4 100644 --- a/unicode-data-names/unicode-data-names.cabal +++ b/unicode-data-names/unicode-data-names.cabal @@ -175,7 +175,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.21, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.4, + tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, unicode-data >= 0.6 && < 0.7, unicode-data-names diff --git a/unicode-data-scripts/unicode-data-scripts.cabal b/unicode-data-scripts/unicode-data-scripts.cabal index 0c78b9a..8a95946 100644 --- a/unicode-data-scripts/unicode-data-scripts.cabal +++ b/unicode-data-scripts/unicode-data-scripts.cabal @@ -120,7 +120,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.21, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.4, + tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, unicode-data-scripts if impl(ghc < 9.0) diff --git a/unicode-data-security/unicode-data-security.cabal b/unicode-data-security/unicode-data-security.cabal index f49e385..f2706d2 100644 --- a/unicode-data-security/unicode-data-security.cabal +++ b/unicode-data-security/unicode-data-security.cabal @@ -111,7 +111,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.21, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.4, + tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1, unicode-data-security -- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness diff --git a/unicode-data/unicode-data.cabal b/unicode-data/unicode-data.cabal index 4352bcf..89beffa 100644 --- a/unicode-data/unicode-data.cabal +++ b/unicode-data/unicode-data.cabal @@ -161,7 +161,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.21, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.4, + tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, unicode-data if impl(ghc < 9.0)