perf-analysis-0.0.1.0: perf-analysis.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 97459822690cecba4e6db836b86eedf2d10cc0a7f8ff32e4c525614241b4af82
name: perf-analysis
version: 0.0.1.0
synopsis: analysis example using perf
description: Analytical tools to use with perf.
category: performance
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
subdir: perf-analysis
library
exposed-modules:
Perf.Analysis
other-modules:
Paths_perf_analysis
hs-source-dirs:
src
build-depends:
base >=4.7 && <4.12
, deepseq
, formatting
, perf
, protolude
, scientific
, tdigest
, text
, vector
default-language: Haskell2010
executable perf-examples
main-is: examples.hs
other-modules:
Paths_perf_analysis
hs-source-dirs:
examples
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -rtsopts -O2
build-depends:
base >=4.7 && <4.12
, containers
, deepseq
, formatting
, optparse-generic
, perf
, perf-analysis
, protolude
, scientific
, tdigest
, text
, vector
default-language: Haskell2010