Popularity
8.9
Stable
Activity
0.0
-
33
10
32
Monthly Downloads: 117
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.13.0
ghc-events alternatives and similar packages
Based on the "ghc" category.
Alternatively, view ghc-events alternatives based on common mentions on social networks and blogs.
-
ghc-source-gen
Library for generating Haskell source files and code fragments. -
ghc-typelits-natnormalise
Normalise GHC.TypeLits.Nat equations -
ghc-typelits-extra
Extra type-level operations on GHC.TypeLits.Nat and a custom solver -
ghc-typelits-knownnat
Derive KnownNat constraints from other KnownNat constraints -
ghc-make
An alternative to ghc --make which supports parallel compilation of modules and runs faster when nothing needs compiling. -
ghc-datasize
ghc-datasize is a tool to determine the size of Haskell data structures in GHC's memory -
ghc-core-html
Read ghc-core with style. javascript and CSS style. -
ghc-imported-from
For a given Haskell source file, determine where a symbol is imported from -
ghc-time-alloc-prof
Library for parsing GHC time and allocation profiling reports -
ghc-prof
Library for parsing GHC time and allocation profiling reports -
ghc-trace-events
ByteString/Text variants of Debug.Trace.traceEvent/traceMarker and binary event logging -
ghc-pkg-autofix
Simple utility to fix BROKEN package dependencies for cabal-install. -
ghc-srcspan-plugin
Generic GHC Plugin for annotating Haskell code with source location data.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of ghc-events or a related project?
README
ghc-events
A Haskell library for parsing .eventlog files emitted by the GHC runtime system.
The package also includes an executable, ghc-events
that can be used to display the contents of .eventlog files
TODO
- Add example usage/tutorial of the new API to this readme
Known Issues
- Writing event logs back to file does not work. It is hard to say how long has this been broken or how difficult will it be to fix (#14)