| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Hix.Managed.Cabal.Data.Config
Documentation
newtype HackageRepoName Source #
Constructors
| HackageRepoName Text |
Instances
Instances
| FromJSON GhcPath Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config | |||||
| Generic GhcPath Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Associated Types
| |||||
| Show GhcPath Source # | |||||
| Eq GhcPath Source # | |||||
| type Rep GhcPath Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config | |||||
Constructors
| GhcDbSystem (Maybe GhcPath) | |
| GhcDbSynthetic GhcPackages |
Instances
| FromJSON GhcDb Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config | |||||
| Generic GhcDb Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Associated Types
| |||||
| Show GhcDb Source # | |||||
| Eq GhcDb Source # | |||||
| type Rep GhcDb Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config type Rep GhcDb = D1 ('MetaData "GhcDb" "Hix.Managed.Cabal.Data.Config" "hix-0.7.2-7rwpoWJhaauIDtZl7KwtG7" 'False) (C1 ('MetaCons "GhcDbSystem" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GhcPath))) :+: C1 ('MetaCons "GhcDbSynthetic" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GhcPackages))) | |||||
newtype HackageIndexState Source #
Constructors
| HackageIndexState Timestamp |
Instances
| Generic HackageIndexState Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Associated Types
Methods from :: HackageIndexState -> Rep HackageIndexState x # to :: Rep HackageIndexState x -> HackageIndexState # | |||||
| Show HackageIndexState Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Methods showsPrec :: Int -> HackageIndexState -> ShowS # show :: HackageIndexState -> String # showList :: [HackageIndexState] -> ShowS # | |||||
| Eq HackageIndexState Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Methods (==) :: HackageIndexState -> HackageIndexState -> Bool # (/=) :: HackageIndexState -> HackageIndexState -> Bool # | |||||
| type Rep HackageIndexState Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config type Rep HackageIndexState = D1 ('MetaData "HackageIndexState" "Hix.Managed.Cabal.Data.Config" "hix-0.7.2-7rwpoWJhaauIDtZl7KwtG7" 'True) (C1 ('MetaCons "HackageIndexState" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Timestamp))) | |||||
data CabalConfig Source #
Constructors
| CabalConfig | |
Fields | |
Instances
| Generic CabalConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Associated Types
| |||||
| Show CabalConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Methods showsPrec :: Int -> CabalConfig -> ShowS # show :: CabalConfig -> String # showList :: [CabalConfig] -> ShowS # | |||||
| Default CabalConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Methods def :: CabalConfig # | |||||
| Eq CabalConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config | |||||
| type Rep CabalConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config type Rep CabalConfig = D1 ('MetaData "CabalConfig" "Hix.Managed.Cabal.Data.Config" "hix-0.7.2-7rwpoWJhaauIDtZl7KwtG7" 'False) (C1 ('MetaCons "CabalConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "indexState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HackageIndexState)))) | |||||
data SolveConfig Source #
Constructors
| SolveConfig | |
Fields
| |
Instances
| Generic SolveConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Associated Types
| |||||
| Show SolveConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Methods showsPrec :: Int -> SolveConfig -> ShowS # show :: SolveConfig -> String # showList :: [SolveConfig] -> ShowS # | |||||
| Default SolveConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config Methods def :: SolveConfig # | |||||
| Eq SolveConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config | |||||
| type Rep SolveConfig Source # | |||||
Defined in Hix.Managed.Cabal.Data.Config type Rep SolveConfig = D1 ('MetaData "SolveConfig" "Hix.Managed.Cabal.Data.Config" "hix-0.7.2-7rwpoWJhaauIDtZl7KwtG7" 'False) (C1 ('MetaCons "SolveConfig" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hackageRepoName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HackageRepoName) :*: S1 ('MetaSel ('Just "verbosity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Verbosity)) :*: (S1 ('MetaSel ('Just "ghc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GhcPath)) :*: (S1 ('MetaSel ('Just "allowBoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "cabal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CabalConfig))))) | |||||