File tree Expand file tree Collapse file tree 2 files changed +4
-50
lines changed Expand file tree Collapse file tree 2 files changed +4
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -185,26 +185,14 @@ test-suite strictness-properties
185
185
cpp-options : -DASSERTS
186
186
187
187
benchmark benchmarks
188
- -- We cannot depend on the unordered-containers library directly as
189
- -- that creates a dependency cycle.
190
- hs-source-dirs : . benchmarks
191
-
188
+ hs-source-dirs : benchmarks
192
189
main-is : Benchmarks.hs
193
190
type : exitcode-stdio-1.0
194
191
195
192
other-modules :
196
- Data.HashMap.Array
197
- Data.HashMap.Base
198
- Data.HashMap.Lazy
199
- Data.HashMap.Strict
200
- Data.HashMap.Strict.Base
201
- Data.HashMap.Unsafe
202
- Data.HashMap.UnsafeShift
203
- Data.HashSet
204
- Data.HashSet.Base
205
193
Util.ByteString
206
- Util.Int
207
194
Util.String
195
+ Util.Int
208
196
209
197
build-depends :
210
198
base >= 4.8.0 ,
@@ -216,12 +204,11 @@ benchmark benchmarks
216
204
hashable >= 1.0.1.1 ,
217
205
hashmap,
218
206
mtl,
219
- random
207
+ random,
208
+ unordered-containers
220
209
221
210
default-language : Haskell2010
222
211
ghc-options : -Wall -O2 -rtsopts -fwarn-tabs -ferror-spans
223
- if flag(debug)
224
- cpp-options : -DASSERTS
225
212
226
213
source-repository head
227
214
type : git
You can’t perform that action at this time.
0 commit comments