hnix-store-remote-0.7.0.0: Remote hnix store
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Nix.Store.Remote.Types.Query.Missing

Synopsis

Documentation

data Missing Source #

Result of QueryMissing StoreRequest

Constructors

Missing 

Fields

Instances

Instances details
Arbitrary Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Arbitrary

Generic Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Types.Query.Missing

Associated Types

type Rep Missing :: Type -> Type #

Methods

from :: Missing -> Rep Missing x #

to :: Rep Missing x -> Missing #

Show Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Types.Query.Missing

Eq Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Types.Query.Missing

Methods

(==) :: Missing -> Missing -> Bool #

(/=) :: Missing -> Missing -> Bool #

Ord Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Types.Query.Missing

StoreReply Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Types.StoreReply

type Rep Missing Source # 
Instance details

Defined in System.Nix.Store.Remote.Types.Query.Missing

type Rep Missing = D1 ('MetaData "Missing" "System.Nix.Store.Remote.Types.Query.Missing" "hnix-store-remote-0.7.0.0-3KzMSkqSXnCD71veVOrNoM" 'False) (C1 ('MetaCons "Missing" 'PrefixI 'True) ((S1 ('MetaSel ('Just "missingWillBuild") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashSet StorePath)) :*: S1 ('MetaSel ('Just "missingWillSubstitute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashSet StorePath))) :*: (S1 ('MetaSel ('Just "missingUnknownPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashSet StorePath)) :*: (S1 ('MetaSel ('Just "missingDownloadSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64) :*: S1 ('MetaSel ('Just "missingNarSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64)))))