-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 5b2bb96e01227ec3ddd4c29e4bebf5895c909acff05541ea597f16b063ce3eb4 name: perf-analysis version: 0.0.1.1 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 >=0.4.1.0 , 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 >=0.4.1.0 , perf-analysis , protolude , scientific , tdigest , text , vector default-language: Haskell2010