@@ -103,7 +103,7 @@ benchmark intmap-benchmarks
103
103
build-depends :
104
104
base >= 4.6 && < 5 ,
105
105
containers,
106
- criterion >= 0.4.0 && < 1.3 ,
106
+ criterion >= 0.4.0 && < 1.6 ,
107
107
deepseq >= 1.1.0.0 && < 1.5
108
108
109
109
benchmark intset-benchmarks
@@ -114,7 +114,7 @@ benchmark intset-benchmarks
114
114
build-depends :
115
115
base >= 4.6 && < 5 ,
116
116
containers,
117
- criterion >= 0.4.0 && < 1.3 ,
117
+ criterion >= 0.4.0 && < 1.6 ,
118
118
deepseq >= 1.1.0.0 && < 1.5
119
119
120
120
benchmark map-benchmarks
@@ -125,7 +125,7 @@ benchmark map-benchmarks
125
125
build-depends :
126
126
base >= 4.6 && < 5 ,
127
127
containers,
128
- criterion >= 0.4.0 && < 1.3 ,
128
+ criterion >= 0.4.0 && < 1.6 ,
129
129
deepseq >= 1.1.0.0 && < 1.5 ,
130
130
transformers
131
131
@@ -137,7 +137,7 @@ benchmark sequence-benchmarks
137
137
build-depends :
138
138
base >= 4.6 && < 5 ,
139
139
containers,
140
- criterion >= 0.4.0 && < 1.3 ,
140
+ criterion >= 0.4.0 && < 1.6 ,
141
141
deepseq >= 1.1.0.0 && < 1.5 ,
142
142
random < 1.2 ,
143
143
transformers
@@ -150,7 +150,7 @@ benchmark set-benchmarks
150
150
build-depends :
151
151
base >= 4.6 && < 5 ,
152
152
containers,
153
- criterion >= 0.4.0 && < 1.3 ,
153
+ criterion >= 0.4.0 && < 1.6 ,
154
154
deepseq >= 1.1.0.0 && < 1.5
155
155
156
156
benchmark set-operations-intmap
@@ -162,7 +162,7 @@ benchmark set-operations-intmap
162
162
build-depends :
163
163
base >= 4.6 && < 5 ,
164
164
containers,
165
- criterion >= 0.4.0 && < 1.3
165
+ criterion >= 0.4.0 && < 1.6
166
166
167
167
benchmark set-operations-intset
168
168
type : exitcode-stdio-1.0
@@ -173,7 +173,7 @@ benchmark set-operations-intset
173
173
build-depends :
174
174
base >= 4.6 && < 5 ,
175
175
containers,
176
- criterion >= 0.4.0 && < 1.3
176
+ criterion >= 0.4.0 && < 1.6
177
177
178
178
benchmark set-operations-map
179
179
type : exitcode-stdio-1.0
@@ -184,7 +184,7 @@ benchmark set-operations-map
184
184
build-depends :
185
185
base >= 4.6 && < 5 ,
186
186
containers,
187
- criterion >= 0.4.0 && < 1.3
187
+ criterion >= 0.4.0 && < 1.6
188
188
189
189
benchmark set-operations-set
190
190
type : exitcode-stdio-1.0
@@ -195,7 +195,7 @@ benchmark set-operations-set
195
195
build-depends :
196
196
base >= 4.6 && < 5 ,
197
197
containers,
198
- criterion >= 0.4.0 && < 1.3
198
+ criterion >= 0.4.0 && < 1.6
199
199
200
200
benchmark lookupge-intmap
201
201
type : exitcode-stdio-1.0
@@ -218,7 +218,7 @@ benchmark lookupge-intmap
218
218
build-depends :
219
219
base >= 4.6 && < 5 ,
220
220
containers,
221
- criterion >= 0.4.0 && < 1.3 ,
221
+ criterion >= 0.4.0 && < 1.6 ,
222
222
deepseq >= 1.1.0.0 && < 1.5 ,
223
223
ghc-prim
224
224
@@ -247,7 +247,7 @@ benchmark lookupge-map
247
247
build-depends :
248
248
base >= 4.6 && < 5 ,
249
249
containers,
250
- criterion >= 0.4.0 && < 1.3 ,
250
+ criterion >= 0.4.0 && < 1.6 ,
251
251
deepseq >= 1.1.0.0 && < 1.5 ,
252
252
ghc-prim
253
253
0 commit comments