hs-speedscope-0.3.0: hs-speedscope.cabal
cabal-version: 2.4
-- Initial package description 'hs-speedscope.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: hs-speedscope
version: 0.3.0
synopsis: Convert an eventlog into the speedscope json format
description: Convert an eventlog into the speedscope json format. The interactive visualisation
displays an approximate trace of the program and summary views akin to .prof files.
There is also support for parallel programs, each capability is rendered in its own
profile.
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: Matthew Pickering
maintainer: matthewtpickering@gmail.com
-- copyright:
category: Development
tested-with:
GHC ==9.12.1
GHC ==9.10.1
GHC ==9.8.4
GHC ==9.6.6
GHC ==9.4.8
GHC ==9.2.8
extra-doc-files: CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/mpickering/hs-speedscope.git
library
exposed-modules:
HsSpeedscope
Speedscope.Schema
-- other-extensions:
build-depends: base >= 4.12.0.0 && < 5,
ghc-events >= 0.13 && < 0.21,
aeson >= 1.4 && < 2.3,
text >= 1.2 && < 2.2,
vector >= 0.12 && < 0.14,
optparse-applicative >= 0.15.0 && < 0.20,
extra >= 1.7 && < 1.9,
machines >= 0.7 && < 0.8,
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
executable hs-speedscope
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.12.0.0 && < 5, hs-speedscope
hs-source-dirs: exe
default-language: Haskell2010