ghc-prof

Library for parsing GHC time and allocation profiling reports

https://github.com/maoe/ghc-prof

Version on this page:1.4.1.3
LTS Haskell 21.25:1.4.1.12
Stackage Nightly 2023-06-21:1.4.1.12
Latest on Hackage:1.4.1.12

See all snapshots ghc-prof appears in

BSD-3-Clause licensed by Mitsutoshi Aoe
Maintained by Mitsutoshi Aoe
This version can be pinned in stack with:ghc-prof-1.4.1.3@sha256:9a23103877dfe8ac5ae3f2f27aeb1f8ce4762856423b8808004ce526ea4b7a26,1775

Module documentation for 1.4.1.3

Used by 2 packages in nightly-2018-08-14(full list with versions):

ghc-prof: Library for parsing GHC time and allocation profiling reports

Hackage Hackage-Deps Stackage LTS Stackage Nightly Build Status Gitter

Applications

Changes

Revision history for ghc-prof

v1.4.1.3 - 2018-07-09

  • Relax upper version bound for containers

v1.4.1.2 - 2018-05-15

  • Relax upper version bound for tasty

v1.4.1.1 - 2018-03-17

  • Relax upper version bound for base

v1.4.1 - 2018-02-08

  • Relax upper version bound for tasty
  • Add a strict decoder (#13)

v1.4.0.4 - 2017-12-12

  • Relax upper version bound for tasty-hunit

v1.4.0.3 - 2017-11-07

  • Relax upper version bound for tasty

v1.4.0.2 - 2017-07-31

  • Relax upper version bound for base

v1.4.0.1 - 2017-04-02

  • Implement a workaround for a bug in the GHC profiler (#6)

v1.4.0 - 2017-02-14

  • Rename AggregateCostCentre to AggregatedCostCentre