packages feed

picoparsec-0.1: benchmarks/picoparsec-benchmarks.cabal

-- These benchmarks are not intended to be installed.
-- So don't install 'em.

name: picoparsec-benchmarks
version: 0
cabal-version: >=1.6
build-type: Simple

executable picoparsec-benchmarks
  main-is: Benchmarks.hs
  other-modules:
    HeadersByteString
    HeadersText
    Links
    Numbers
  hs-source-dirs: .. .
  ghc-options: -O2 -Wall
  build-depends:
    array,
    base == 4.*,
    bytestring >= 0.10.4.0,
    criterion >= 0.5,
    deepseq >= 1.1,
    directory,
    filepath,
    monoid-subclasses,
    parsec >= 3.1.2,
    scientific,
    text >= 1.1.1.0,
    unordered-containers,
    vector