Skip to content

Commit 9141032

Browse files
committed
Fix compilation of benchmarks
1 parent 76c9ef1 commit 9141032

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

benchmarks/unordered-containers-benchmarks.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ executable unordered-containers-benchmarks
2020
Data.HashMap.Unsafe
2121
Data.HashMap.UnsafeShift
2222
Data.HashSet
23+
Util.ByteString
24+
Util.Int
25+
Util.String
2326
build-depends:
2427
base,
2528
bytestring,

unordered-containers.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ benchmark benchmarks
149149
main-is: Benchmarks.hs
150150
type: exitcode-stdio-1.0
151151

152+
other-modules:
153+
Util.ByteString
154+
Util.Int
155+
Util.String
156+
152157
build-depends:
153158
base,
154159
bytestring,

0 commit comments

Comments
 (0)