Split Trace.Hpc.Combine into three modules
- Use hierarchical modules
Trace.Hpc.Foo
instead of flatHpcFoo
. - Add Haddock documentation headers to modules
- Move the Plugin type from
Trace.Hpc.Flags
to its own moduleTrace.Hpc.Plugin
- Split
Trace.Hpc.Combine
into three modules for the three subcommandsmap
,sum
andcombine
.