Skip to content

Commit 4983c14

Browse files
authored
Merge pull request #135 from RyanGlScott/master
Fix benchmark compilation on stack
2 parents 75581c3 + 0a285e2 commit 4983c14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

unordered-containers.cabal

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ benchmark benchmarks
150150
type: exitcode-stdio-1.0
151151

152152
other-modules:
153+
Data.HashMap.Array
154+
Data.HashMap.Base
155+
Data.HashMap.Lazy
156+
Data.HashMap.PopCount
157+
Data.HashMap.Strict
158+
Data.HashMap.Unsafe
159+
Data.HashMap.UnsafeShift
160+
Data.HashSet
153161
Util.ByteString
154162
Util.Int
155163
Util.String

0 commit comments

Comments
 (0)