Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data HLintConfig Source #
HLintConfig | |
|
Instances
HLintJobLatest | run with latest GHC |
HLintJob Version | run with specified GHC version |
Instances
Parsec HLintJob Source # | |
Defined in HaskellCI.Config.HLint parsec :: CabalParsing m => m HLintJob # | |
Pretty HLintJob Source # | |
Defined in HaskellCI.Config.HLint prettyVersioned :: CabalSpecVersion -> HLintJob -> Doc # | |
Generic HLintJob Source # | |
Show HLintJob Source # | |
Binary HLintJob Source # | |
Eq HLintJob Source # | |
type Rep HLintJob Source # | |
Defined in HaskellCI.Config.HLint type Rep HLintJob = D1 ('MetaData "HLintJob" "HaskellCI.Config.HLint" "haskell-ci-0.18.1-2HPng3PkQFF4dAQ90Dcb1Y-haskell-ci-internal" 'False) (C1 ('MetaCons "HLintJobLatest" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "HLintJob" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Version))) |
hlintConfigGrammar :: (OptionsGrammar c g, Applicative (g HLintConfig), c (Identity HLintJob)) => g HLintConfig HLintConfig Source #