hix-0.7.1: Haskell/Nix development build tools
Safe HaskellSafe-Inferred
LanguageGHC2021

Hix.Managed.Cabal.Repo

Documentation

data IndexProblem Source #

Instances

Instances details
Generic IndexProblem Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

Associated Types

type Rep IndexProblem :: Type -> Type #

Show IndexProblem Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

Eq IndexProblem Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

type Rep IndexProblem Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

type Rep IndexProblem = D1 ('MetaData "IndexProblem" "Hix.Managed.Cabal.Repo" "hix-0.7.1-GF38grEMhDKjpxBMjWXGC" 'False) ((C1 ('MetaCons "IndexMissing" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "IndexOutdated" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NominalDiffTime))) :+: (C1 ('MetaCons "IndexMismatch" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "IndexCorrupt" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Timestamp))))

data ValidIndex Source #

Instances

Instances details
Generic ValidIndex Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

Associated Types

type Rep ValidIndex :: Type -> Type #

Show ValidIndex Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

Eq ValidIndex Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

type Rep ValidIndex Source # 
Instance details

Defined in Hix.Managed.Cabal.Repo

type Rep ValidIndex = D1 ('MetaData "ValidIndex" "Hix.Managed.Cabal.Repo" "hix-0.7.1-GF38grEMhDKjpxBMjWXGC" 'False) (C1 ('MetaCons "IndexMatch" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HackageIndexState)) :+: C1 ('MetaCons "IndexRecent" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NominalDiffTime)))