xrefcheck-0.1.2

Safe HaskellNone
LanguageHaskell2010

Xrefcheck.Config

Contents

Synopsis

Documentation

data Config Source #

Overall config.

Instances
FromJSON Config Source # 
Instance details

Defined in Xrefcheck.Config

data TraversalConfig Source #

Config of repositry traversal.

Constructors

TraversalConfig 

Fields

data VerifyConfig Source #

Config of verification.

Constructors

VerifyConfig 

Fields

defConfigText :: ByteString Source #

Default config in textual representation.

Sometimes you cannot just use defConfig because clarifying comments would be lost.

Orphan instances

KnownRatName unit => FromJSON (Time unit) Source # 
Instance details

Methods

parseJSON :: Value -> Parser (Time unit) #

parseJSONList :: Value -> Parser [Time unit] #