Skip to content

Commit

Permalink
Bump the upper bound of tasty-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 8, 2024
1 parent ac678d8 commit d8081a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d8081a6

Please sign in to comment.