picoparsec-0.1.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:
Common
HeadersByteString
HeadersByteString.Atto
HeadersText
Links
Numbers
Network.Wai.Handler.Warp.ReadInt
Warp
hs-source-dirs: .. . warp-3.0.1.1
ghc-options: -O2 -Wall -rtsopts
build-depends:
array,
base == 4.*,
bytestring >= 0.10.4.0,
case-insensitive,
criterion >= 1.0,
deepseq >= 1.1,
directory,
filepath,
monoid-subclasses,
ghc-prim,
http-types,
parsec >= 3.1.2,
scientific >= 0.3.1,
text >= 1.1.1.0,
unordered-containers,
vector