File: double-conversion-benchmarks.cabal

package info (click to toggle)
haskell-double-conversion 2.0.1.0%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 42
  • sloc: haskell: 199; cpp: 108; ansic: 23; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name:           double-conversion-benchmarks
version:        0
cabal-version:  >= 1.8
build-type:     Simple

executable bm
  main-is: Benchmarks.hs

  c-sources: sprintf.c

  build-depends:
    base,
    bytestring-show,
    criterion >= 0.5.0.10,
    double-conversion,
    text >= 0.11.0.8