License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Stack.Types.HpcReportOpts
Description
Types related to Stack's hpc report
command.
Synopsis
- data HpcReportOpts = HpcReportOpts {}
Documentation
data HpcReportOpts Source #
Type representing command line options for the stack hpc report
command.
Constructors
HpcReportOpts | |
Instances
Show HpcReportOpts Source # | |
Defined in Stack.Types.HpcReportOpts Methods showsPrec :: Int -> HpcReportOpts -> ShowS show :: HpcReportOpts -> String # showList :: [HpcReportOpts] -> ShowS |