summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-04 17:40:14 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-04 17:40:14 +0400
commit83f68e719708d679b4c347fb0f586501fba5d973 (patch)
treecd1a62880788f3f27b6a99fe48bf7c30d5985bf5 /network-bittorrent.cabal
parent506d971c0f37179a680399df3db2faeaa36c0272 (diff)
+ Add benchmarks for bitfields.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 6d00410a..02074287 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -112,9 +112,9 @@ test-suite properties
112 112
113 113
114 114
115benchmark serialization 115benchmark benchmarks
116 type: exitcode-stdio-1.0 116 type: exitcode-stdio-1.0
117 main-is: serialization.hs 117 main-is: Main.hs
118 hs-source-dirs: bench 118 hs-source-dirs: bench
119 119
120 build-depends: base == 4.* 120 build-depends: base == 4.*