Popularity
8.9
Stable
Activity
6.0
-
33
9
34
Monthly Downloads: 98
Programming language: Haskell
License: GNU General Public License v3.0 or later
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-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-trace-events
ByteString/Text variants of Debug.Trace.traceEvent/traceMarker and binary event logging
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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)