./devel/hs-ghc-trace-events, Faster alternative to event-tracing functions in base

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2.7nb1, Package name: hs-ghc-trace-events-0.1.2.7nb1, Maintainer: pkgsrc-users

ghc-trace-events provides faster traceEvent and traceMarker as well as
arbitrary binary object logging for the eventlog framework. Unlike the
eventlog tracing functions in base, all the tracing functions in this
library don't evaluate the input if user event logging (the -lu flag) is
disabled, which can give a significant boost in performance.


Master sites:

Filesize: 5.889 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-24 20:20:12 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-ghc-trace-events: Update to 0.1.2.7

v0.1.2.7 - 2023-05-11
* Allow GHC 9.6.1 (#11)
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-24 19:17:00 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-ghc-trace-events: Update to 0.1.2.6

v0.1.2.6 - 2022-08-11
* Bump base upper bound to < 4.18 (#10)

v0.1.2.5 - 2022-03-06
* Allow text-2.0 (#9)
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-16 10:14:36 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-ghc-trace-events: import hs-ghc-trace-events-0.1.2.4

ghc-trace-events provides faster traceEvent and traceMarker as well as
arbitrary binary object logging for the eventlog framework. Unlike the
eventlog tracing functions in base, all the tracing functions in this
library don't evaluate the input if user event logging (the -lu flag) is
disabled, which can give a significant boost in performance.