Cabal revisions of hs-speedscope-0.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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.2.1-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==8.8.1-extra-source-files: CHANGELOG.md- README.md--source-repository head- type: git- location: https://github.com/mpickering/hs-speedscope.git--library- exposed-modules: HsSpeedscope- other-modules: Paths_hs_speedscope- autogen-modules: Paths_hs_speedscope- -- other-modules:- -- other-extensions:- build-depends: base >= 4.12.0.0 && < 5,- ghc-events >= 0.13 && < 0.16,- aeson >= 1.4,- text >= 1.2,- vector >= 0.12,- extra >= 1.6,- optparse-applicative >= 0.15,- 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+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.2.1 +x-revision: 1 +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==8.8.1 +extra-source-files: CHANGELOG.md + README.md + +source-repository head + type: git + location: https://github.com/mpickering/hs-speedscope.git + +library + exposed-modules: HsSpeedscope + other-modules: Paths_hs_speedscope + autogen-modules: Paths_hs_speedscope + -- other-modules: + -- other-extensions: + build-depends: base >= 4.12.0.0 && < 4.21, + ghc-events >= 0.13 && < 0.16, + aeson >= 1.4, + text >= 1.2, + vector >= 0.12, + extra >= 1.6, + optparse-applicative >= 0.15, + 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