Skip to content

Commit

Permalink
Use a benchmark section in the blaze-binary.cabal file instead of a s…
Browse files Browse the repository at this point in the history
…eparate cabal file
  • Loading branch information
basvandijk committed May 12, 2012
1 parent 1d79b63 commit 50aa57e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 61 deletions.
30 changes: 0 additions & 30 deletions bench/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions bench/Setup.hs

This file was deleted.

29 changes: 0 additions & 29 deletions bench/blaze-binary-bench.cabal

This file was deleted.

17 changes: 17 additions & 0 deletions blaze-binary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,20 @@ library

if impl(ghc >= 7.2.1)
cpp-options: -DGENERICS

benchmark bench
type: exitcode-stdio-1.0
main-is: Benchmark.hs
hs-source-dirs: bench, src
build-depends: base >= 4 && < 5
, ghc-prim >= 0.2 && < 0.3
, containers >= 0.4 && < 0.5
, array >= 0.4 && < 0.5
, bytestring >= 0.9 && < 0.10
, criterion >= 0.6 && < 0.7
, cereal >= 0.3 && < 0.4
, binary >= 0.5 && < 0.6
, bytestring-builder >= 0.1 && < 0.2
, deepseq >= 1.3 && < 1.4
, primitive >= 0.4 && < 0.5
, attoparsec >= 0.10 && < 0.11

0 comments on commit 50aa57e

Please sign in to comment.