| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Xrefcheck.CLI
Synopsis
- data VerifyMode
- shouldCheckLocal :: VerifyMode -> Bool
- shouldCheckExternal :: VerifyMode -> Bool
- data Command
- data Options = Options {}
- data TraversalOptions = TraversalOptions {}
- addTraversalOptions :: TraversalConfig -> TraversalOptions -> TraversalConfig
- defaultConfigPaths :: [FilePath]
- getCommand :: IO Command
Documentation
data VerifyMode Source #
Which parts of verification do we perform.
Constructors
| LocalOnlyMode | |
| ExternalOnlyMode | |
| FullMode |
shouldCheckLocal :: VerifyMode -> Bool Source #
shouldCheckExternal :: VerifyMode -> Bool Source #
Constructors
| DefaultCommand Options | |
| DumpConfig FilePath |
Constructors
| Options | |
Fields
| |
data TraversalOptions Source #
Constructors
| TraversalOptions | |
defaultConfigPaths :: [FilePath] Source #
Where to try to seek configuration if specific path is not set.
getCommand :: IO Command Source #