| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Xrefcheck.CLI
Synopsis
- data VerifyMode
- data ExclusionOptions = ExclusionOptions {}
- data Command
- data DumpConfigMode
- data Options = Options {}
- data NetworkingOptions = NetworkingOptions {
- noMaxRetries :: Maybe Int
- addNetworkingOptions :: NetworkingConfig -> NetworkingOptions -> NetworkingConfig
- shouldCheckLocal :: VerifyMode -> Bool
- shouldCheckExternal :: VerifyMode -> Bool
- addExclusionOptions :: ExclusionConfig -> ExclusionOptions -> ExclusionConfig
- defaultConfigPaths :: [FilePath]
- getCommand :: IO Command
Documentation
data VerifyMode Source #
Which parts of verification do we perform.
Constructors
| LocalOnlyMode | |
| ExternalOnlyMode | |
| FullMode |
data ExclusionOptions Source #
Constructors
| ExclusionOptions | |
Fields | |
Constructors
| DefaultCommand Options | |
| DumpConfig Flavor DumpConfigMode |
Constructors
| Options | |
Fields | |
data NetworkingOptions Source #
Constructors
| NetworkingOptions | |
Fields
| |
shouldCheckLocal :: VerifyMode -> Bool Source #
shouldCheckExternal :: VerifyMode -> Bool Source #
defaultConfigPaths :: [FilePath] Source #
Where to try to seek configuration if specific path is not set.
getCommand :: IO Command Source #