File: double-conversion-benchmarks.cabal

package info (click to toggle)
haskell-double-conversion 2.0.4.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 164 kB
  • sloc: haskell: 604; cpp: 170; ansic: 31; makefile: 5
file content (17 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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, 
    bytestring-show,
    criterion >= 0.5.0.10,
    double-conversion,
    text >= 0.11.0.8