Cabal revisions of criterion-0.5.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: criterion-version: 0.5.0.1-synopsis: Robust, reliable performance measurement and analysis-license: BSD3-license-file: LICENSE-author: Bryan O'Sullivan <bos@serpentine.com>-maintainer: Bryan O'Sullivan <bos@serpentine.com>-copyright: 2009-2010 Bryan O'Sullivan-category: Development, Performance, Testing-build-type: Simple-cabal-version: >= 1.2-extra-source-files:- README- examples/Fibber.hs- examples/Judy.hs- examples/Makefile- examples/Tiny.hs-description:- This library provides a powerful but simple way to measure the- performance of Haskell code. It provides both a framework for- executing and analysing benchmarks and a set of driver functions- that makes it easy to build and run benchmarks, and to analyse their- results.- .- The fastest way to get started is to read the documentation and- examples in the Criterion.Main module.--flag Chart- description: enable use of the Chart package- -- Broken under GHC 6.12 so far.- default: False--library- exposed-modules:- Criterion- Criterion.Analysis- Criterion.Config- Criterion.Environment- Criterion.IO- Criterion.Main- Criterion.Measurement- Criterion.Monad- Criterion.MultiMap- Criterion.Plot- Criterion.Types-- build-depends:- base < 5,- bytestring >= 0.9 && < 1.0,- containers,- deepseq >= 1.1.0.0,- filepath,- mtl,- mwc-random >= 0.5.0.0,- parallel,- parsec >= 3.1.0,- statistics >= 0.5.1.0,- time,- vector >= 0.5,- vector-algorithms >= 0.3-- if flag(chart)- build-depends:- Chart >= 0.13 && < 0.14,- data-accessor- cpp-options: -DHAVE_CHART-- -- gather extensive profiling data for now- ghc-prof-options: -auto-all-- ghc-options: -Wall -funbox-strict-fields- if impl(ghc >= 6.8)- ghc-options: -fwarn-tabs- if impl(ghc >= 6.12)- ghc-options: -fno-warn-unused-do-bind+name: criterion +version: 0.5.0.1 +x-revision: 1 +synopsis: Robust, reliable performance measurement and analysis +license: BSD3 +license-file: LICENSE +author: Bryan O'Sullivan <bos@serpentine.com> +maintainer: Bryan O'Sullivan <bos@serpentine.com> +copyright: 2009-2010 Bryan O'Sullivan +category: Development, Performance, Testing +build-type: Simple +cabal-version: >= 1.2 +extra-source-files: + README + examples/Fibber.hs + examples/Judy.hs + examples/Makefile + examples/Tiny.hs +description: + This library provides a powerful but simple way to measure the + performance of Haskell code. It provides both a framework for + executing and analysing benchmarks and a set of driver functions + that makes it easy to build and run benchmarks, and to analyse their + results. + . + The fastest way to get started is to read the documentation and + examples in the Criterion.Main module. + +flag Chart + description: enable use of the Chart package + -- Broken under GHC 6.12 so far. + default: False + +library + exposed-modules: + Criterion + Criterion.Analysis + Criterion.Config + Criterion.Environment + Criterion.IO + Criterion.Main + Criterion.Measurement + Criterion.Monad + Criterion.MultiMap + Criterion.Plot + Criterion.Types + + build-depends: + base < 5, + bytestring >= 0.9 && < 1.0, + containers, + deepseq >= 1.1.0.0, + filepath, + mtl, + mwc-random >= 0.5.0.0, + parallel, + parsec >= 3.1.0, + statistics >= 0.5.1.0 && <0.10, + time, + vector >= 0.5, + vector-algorithms >= 0.3 + + if flag(chart) + build-depends: + Chart >= 0.13 && < 0.14, + data-accessor + cpp-options: -DHAVE_CHART + + -- gather extensive profiling data for now + ghc-prof-options: -auto-all + + ghc-options: -Wall -funbox-strict-fields + if impl(ghc >= 6.8) + ghc-options: -fwarn-tabs + if impl(ghc >= 6.12) + ghc-options: -fno-warn-unused-do-bind