Skip to content

Commit da07a74

Browse files
committed
Bump the upper bound of tasty-bench
1 parent ac678d8 commit da07a74

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

experimental/unicode-data-text/unicode-data-text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ benchmark bench
9595
build-depends:
9696
base >= 4.7 && < 4.21,
9797
deepseq >= 1.1 && < 1.6,
98-
tasty-bench >= 0.2.5 && < 0.4,
98+
tasty-bench >= 0.2.5 && < 0.5,
9999
tasty >= 1.4.1 && < 1.6,
100100
text >= 1.2.4 && < 2.2,
101101
unicode-data >= 0.6 && < 0.7,

unicode-data-names/unicode-data-names.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ benchmark bench
175175
build-depends:
176176
base >= 4.7 && < 4.21,
177177
deepseq >= 1.1 && < 1.6,
178-
tasty-bench >= 0.2.5 && < 0.4,
178+
tasty-bench >= 0.2.5 && < 0.5,
179179
tasty >= 1.4.1 && < 1.6,
180180
unicode-data >= 0.6 && < 0.7,
181181
unicode-data-names

unicode-data-scripts/unicode-data-scripts.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ benchmark bench
120120
build-depends:
121121
base >= 4.7 && < 4.21,
122122
deepseq >= 1.1 && < 1.6,
123-
tasty-bench >= 0.2.5 && < 0.4,
123+
tasty-bench >= 0.2.5 && < 0.5,
124124
tasty >= 1.4.1 && < 1.6,
125125
unicode-data-scripts
126126
if impl(ghc < 9.0)

unicode-data-security/unicode-data-security.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ benchmark bench
111111
build-depends:
112112
base >= 4.7 && < 4.21,
113113
deepseq >= 1.1 && < 1.6,
114-
tasty-bench >= 0.2.5 && < 0.4,
114+
tasty-bench >= 0.2.5 && < 0.5,
115115
tasty >= 1.4.1,
116116
unicode-data-security
117117
-- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness

unicode-data/unicode-data.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ benchmark bench
161161
build-depends:
162162
base >= 4.7 && < 4.21,
163163
deepseq >= 1.1 && < 1.6,
164-
tasty-bench >= 0.2.5 && < 0.4,
164+
tasty-bench >= 0.2.5 && < 0.5,
165165
tasty >= 1.4.1 && < 1.6,
166166
unicode-data
167167
if impl(ghc < 9.0)

0 commit comments

Comments
 (0)