X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhpc%2FHpc.hs;h=68fe87f98b8ecd026ec7e529d170eb90ee624f6d;hb=0cef3aef2b443ae02742d5543a403df66037c30f;hp=e22556efa333947da5f85f51cae843acd0fef106;hpb=5f4e77a5a2ea03286b795da4051272ac7c774bd7;p=ghc-hetmet.git diff --git a/utils/hpc/Hpc.hs b/utils/hpc/Hpc.hs index e22556e..68fe87f 100644 --- a/utils/hpc/Hpc.hs +++ b/utils/hpc/Hpc.hs @@ -28,7 +28,7 @@ helpList = help = ["help"] reporting = ["report","markup"] overlays = ["overlay","draft"] - processing = ["combine"] + processing = ["sum","combine","map"] other = [ name hook | hook <- hooks , name hook `notElem` @@ -77,7 +77,9 @@ main = do hooks = [ help_plugin , report_plugin , markup_plugin + , sum_plugin , combine_plugin + , map_plugin , showtix_plugin , overlay_plugin , draft_plugin @@ -90,7 +92,7 @@ hooks' = [ (name hook,hook) | hook <- hooks ] help_plugin = Plugin { name = "help" , usage = "[]" - , summary = "Display help for hpc or a single command." + , summary = "Display help for hpc or a single command" , options = help_options , implementation = help_main , init_flags = default_flags @@ -122,7 +124,7 @@ version_plugin = Plugin { name = "version" , final_flags = default_final_flags } -version_main _ _ = putStrLn $ "hpc tools, version 0.5-dev" +version_main _ _ = putStrLn $ "hpc tools, version 0.6" ------------------------------------------------------------------------------- \ No newline at end of file +------------------------------------------------------------------------------