summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-29 03:30:48 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-29 03:30:48 +0400
commite0ad240589038f9cc61a43844067ad021c0a903f (patch)
treec07c7146d5f9330dbc809621f2440ca2622f7b17 /bencoding.cabal
parentd60c3c8db9eed770a11fe199bf158a26d9ffecea (diff)
Add bench for big dictionaries
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index b077490..b4cd89f 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -76,12 +76,12 @@ benchmark bench-comparison
76 main-is: Main.hs 76 main-is: Main.hs
77 build-depends: base == 4.* 77 build-depends: base == 4.*
78 , ghc-prim 78 , ghc-prim
79 , deepseq
79 80
80 , attoparsec >= 0.10 81 , attoparsec >= 0.10
81 , bytestring >= 0.10.0.2 82 , bytestring >= 0.10.0.2
82 83
83 , criterion 84 , criterion
84 , deepseq
85 85
86 , bencoding 86 , bencoding
87 , bencode >= 0.5 87 , bencode >= 0.5