Skip to content

Commit b4ca184

Browse files
AndreasPKtreeowl
authored andcommitted
Update criterion bounds
1 parent fbe476a commit b4ca184

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

containers.cabal

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ benchmark intmap-benchmarks
103103
build-depends:
104104
base >= 4.6 && < 5,
105105
containers,
106-
criterion >= 0.4.0 && < 1.3,
106+
criterion >= 0.4.0 && < 1.6,
107107
deepseq >= 1.1.0.0 && < 1.5
108108

109109
benchmark intset-benchmarks
@@ -114,7 +114,7 @@ benchmark intset-benchmarks
114114
build-depends:
115115
base >= 4.6 && < 5,
116116
containers,
117-
criterion >= 0.4.0 && < 1.3,
117+
criterion >= 0.4.0 && < 1.6,
118118
deepseq >= 1.1.0.0 && < 1.5
119119

120120
benchmark map-benchmarks
@@ -125,7 +125,7 @@ benchmark map-benchmarks
125125
build-depends:
126126
base >= 4.6 && < 5,
127127
containers,
128-
criterion >= 0.4.0 && < 1.3,
128+
criterion >= 0.4.0 && < 1.6,
129129
deepseq >= 1.1.0.0 && < 1.5,
130130
transformers
131131

@@ -137,7 +137,7 @@ benchmark sequence-benchmarks
137137
build-depends:
138138
base >= 4.6 && < 5,
139139
containers,
140-
criterion >= 0.4.0 && < 1.3,
140+
criterion >= 0.4.0 && < 1.6,
141141
deepseq >= 1.1.0.0 && < 1.5,
142142
random < 1.2,
143143
transformers
@@ -150,7 +150,7 @@ benchmark set-benchmarks
150150
build-depends:
151151
base >= 4.6 && < 5,
152152
containers,
153-
criterion >= 0.4.0 && < 1.3,
153+
criterion >= 0.4.0 && < 1.6,
154154
deepseq >= 1.1.0.0 && < 1.5
155155

156156
benchmark set-operations-intmap
@@ -162,7 +162,7 @@ benchmark set-operations-intmap
162162
build-depends:
163163
base >= 4.6 && < 5,
164164
containers,
165-
criterion >= 0.4.0 && < 1.3
165+
criterion >= 0.4.0 && < 1.6
166166

167167
benchmark set-operations-intset
168168
type: exitcode-stdio-1.0
@@ -173,7 +173,7 @@ benchmark set-operations-intset
173173
build-depends:
174174
base >= 4.6 && < 5,
175175
containers,
176-
criterion >= 0.4.0 && < 1.3
176+
criterion >= 0.4.0 && < 1.6
177177

178178
benchmark set-operations-map
179179
type: exitcode-stdio-1.0
@@ -184,7 +184,7 @@ benchmark set-operations-map
184184
build-depends:
185185
base >= 4.6 && < 5,
186186
containers,
187-
criterion >= 0.4.0 && < 1.3
187+
criterion >= 0.4.0 && < 1.6
188188

189189
benchmark set-operations-set
190190
type: exitcode-stdio-1.0
@@ -195,7 +195,7 @@ benchmark set-operations-set
195195
build-depends:
196196
base >= 4.6 && < 5,
197197
containers,
198-
criterion >= 0.4.0 && < 1.3
198+
criterion >= 0.4.0 && < 1.6
199199

200200
benchmark lookupge-intmap
201201
type: exitcode-stdio-1.0
@@ -218,7 +218,7 @@ benchmark lookupge-intmap
218218
build-depends:
219219
base >= 4.6 && < 5,
220220
containers,
221-
criterion >= 0.4.0 && < 1.3,
221+
criterion >= 0.4.0 && < 1.6,
222222
deepseq >= 1.1.0.0 && < 1.5,
223223
ghc-prim
224224

@@ -247,7 +247,7 @@ benchmark lookupge-map
247247
build-depends:
248248
base >= 4.6 && < 5,
249249
containers,
250-
criterion >= 0.4.0 && < 1.3,
250+
criterion >= 0.4.0 && < 1.6,
251251
deepseq >= 1.1.0.0 && < 1.5,
252252
ghc-prim
253253

0 commit comments

Comments
 (0)