stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Types.HpcReportOpts

Description

Types related to Stack's hpc report command.

Synopsis

Documentation

data HpcReportOpts Source #

Type representing command line options for the stack hpc report command.

Constructors

HpcReportOpts 

Instances

Instances details
Show HpcReportOpts Source # 
Instance details

Defined in Stack.Types.HpcReportOpts

Methods

showsPrec :: Int -> HpcReportOpts -> ShowS

show :: HpcReportOpts -> String #

showList :: [HpcReportOpts] -> ShowS