-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: perf version: 0.3.1.0 synopsis: low-level performance statistics description: . A set of tools to measure time performance. category: project homepage: https://github.com/tonyday567/perf#readme bug-reports: https://github.com/tonyday567/perf/issues author: Tony Day maintainer: tonyday567@gmail.com copyright: Tony Day license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: stack.yaml source-repository head type: git location: https://github.com/tonyday567/perf library hs-source-dirs: src default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax BangPatterns TypeSynonymInstances build-depends: protolude , base >=4.7 && <4.11 , containers , foldl , numhask >=0.1.2 && <0.2 , rdtsc , tdigest , time exposed-modules: Perf Perf.Measure Perf.Cycle other-modules: Paths_perf default-language: Haskell2010 executable perf-examples main-is: examples.hs hs-source-dirs: examples default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax ScopedTypeVariables ghc-options: -fforce-recomp -rtsopts -O2 build-depends: protolude , base >=4.7 && <4.11 , formatting , numhask , optparse-generic , perf , scientific , text , vector default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax build-depends: protolude , base >=4.7 && <5 , doctest , perf default-language: Haskell2010