Safe Haskell | None |
---|---|
Language | GHC2021 |
Stack.Types.InterfaceOpt
Description
Type representing Haddock interface options.
Synopsis
- data InterfaceOpt = InterfaceOpt {
- readInterfaceArgs :: ![String]
- srcInterfaceFileModTime :: !UTCTime
- srcInterfaceFile :: !(Path Abs File)
- destInterfaceFile :: !(Path Abs File)
Documentation
data InterfaceOpt Source #
Type representing Haddock interface options.
Constructors
InterfaceOpt | |
Fields
|
Instances
Eq InterfaceOpt Source # | |
Defined in Stack.Types.InterfaceOpt | |
Ord InterfaceOpt Source # | |
Defined in Stack.Types.InterfaceOpt Methods compare :: InterfaceOpt -> InterfaceOpt -> Ordering # (<) :: InterfaceOpt -> InterfaceOpt -> Bool # (<=) :: InterfaceOpt -> InterfaceOpt -> Bool # (>) :: InterfaceOpt -> InterfaceOpt -> Bool # (>=) :: InterfaceOpt -> InterfaceOpt -> Bool # max :: InterfaceOpt -> InterfaceOpt -> InterfaceOpt # min :: InterfaceOpt -> InterfaceOpt -> InterfaceOpt # |