Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hix.Data.PreprocConfig
Documentation
data PreprocConfig Source #
Constructors
PreprocConfig | |
Fields |
Instances
FromJSON PreprocConfig Source # | |
Defined in Hix.Data.PreprocConfig Methods parseJSON :: Value -> Parser PreprocConfig # parseJSONList :: Value -> Parser [PreprocConfig] # | |
Generic PreprocConfig Source # | |
Defined in Hix.Data.PreprocConfig Associated Types type Rep PreprocConfig :: Type -> Type # | |
Show PreprocConfig Source # | |
Defined in Hix.Data.PreprocConfig Methods showsPrec :: Int -> PreprocConfig -> ShowS # show :: PreprocConfig -> String # showList :: [PreprocConfig] -> ShowS # | |
Eq PreprocConfig Source # | |
Defined in Hix.Data.PreprocConfig Methods (==) :: PreprocConfig -> PreprocConfig -> Bool # (/=) :: PreprocConfig -> PreprocConfig -> Bool # | |
type Rep PreprocConfig Source # | |
Defined in Hix.Data.PreprocConfig type Rep PreprocConfig = D1 ('MetaData "PreprocConfig" "Hix.Data.PreprocConfig" "hix-0.4.2-72Zy03fjb49A5gBp9RPuGO" 'False) (C1 ('MetaCons "PreprocConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "packages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PackagesConfig))) |