Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellCI.Config.HLint
Documentation
data HLintConfig Source #
Constructors
HLintConfig | |
Fields
|
Instances
Constructors
HLintJobLatest | run with latest GHC |
HLintJob Version | run with specified GHC version |
hlintConfigGrammar :: (OptionsGrammar g, Applicative (g HLintConfig)) => g HLintConfig HLintConfig Source #