Skip to content

Commit d09a9de

Browse files
committed
fix: Add cabal file for benchmark.
1 parent c16ee21 commit d09a9de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dataframe.cabal

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,11 @@ benchmark dataframe-benchmark
184184
build-depends: base >= 4 && < 5,
185185
criterion >= 1 && < 2,
186186
process >= 1.6 && < 2,
187-
dataframe >= 0.5 && < 1
187+
dataframe >= 0.5 && < 1,
188+
random >= 1 && < 2,
189+
text >= 2.0 && < 3,
190+
deepseq >= 1 && < 2,
191+
vector ^>= 0.13,
188192
default-language: Haskell2010
189193
ghc-options:
190194
-threaded

0 commit comments

Comments
 (0)