diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-23 18:03:22 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-23 18:03:22 +0000 |
commit | 39f273709488ec609b25320c10f2fc7b5f7518de (patch) | |
tree | ca0be8558f0045da50d5ad11c832fb2909621539 /utils/hpc/HpcDraft.hs | |
parent | 95027b829425b1a4f18f2cb197a0982cfaedcbe5 (diff) | |
download | haskell-39f273709488ec609b25320c10f2fc7b5f7518de.tar.gz |
Add a --reset-hpcdirs flag to hpc
Diffstat (limited to 'utils/hpc/HpcDraft.hs')
-rw-r--r-- | utils/hpc/HpcDraft.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/hpc/HpcDraft.hs b/utils/hpc/HpcDraft.hs index c0b5c47e15..b804d568e4 100644 --- a/utils/hpc/HpcDraft.hs +++ b/utils/hpc/HpcDraft.hs @@ -18,6 +18,7 @@ draft_options . includeOpt . srcDirOpt . hpcDirOpt + . resetHpcDirsOpt . outputOpt draft_plugin :: Plugin |