| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Xrefcheck.Config
Contents
Synopsis
- data Config = Config {}
- data TraversalConfig = TraversalConfig {}
- data VerifyConfig = VerifyConfig {}
- defConfigText :: ByteString
- defConfig :: HasCallStack => Config
Documentation
Overall config.
Constructors
| Config | |
Fields | |
data TraversalConfig Source #
Config of repositry traversal.
Constructors
| TraversalConfig | |
Instances
| FromJSON TraversalConfig Source # | |
Defined in Xrefcheck.Config Methods parseJSON :: Value -> Parser TraversalConfig # parseJSONList :: Value -> Parser [TraversalConfig] # | |
data VerifyConfig Source #
Config of verification.
Constructors
| VerifyConfig | |
Fields
| |
Instances
| FromJSON VerifyConfig Source # | |
Defined in Xrefcheck.Config | |
defConfigText :: ByteString Source #
Default config in textual representation.
Sometimes you cannot just use defConfig because clarifying comments
would be lost.
defConfig :: HasCallStack => Config Source #