hix-0.8.0: Haskell/Nix development build tools
Safe HaskellNone
LanguageGHC2021

Hix.Managed.Data.QueryDep

Synopsis

Documentation

data QueryDep Source #

A dep that is eligible for being processed, which requires that it is not referring to a project-local package, that it wasn't excluded by CLI options and arbitrary other conditions specific to individual stages.

Constructors

QueryDep 

Fields

Instances

Instances details
Generic QueryDep Source # 
Instance details

Defined in Hix.Managed.Data.QueryDep

Associated Types

type Rep QueryDep 
Instance details

Defined in Hix.Managed.Data.QueryDep

Methods

from :: QueryDep -> Rep QueryDep x #

to :: Rep QueryDep x -> QueryDep #

Show QueryDep Source # 
Instance details

Defined in Hix.Managed.Data.QueryDep

Eq QueryDep Source # 
Instance details

Defined in Hix.Managed.Data.QueryDep

type Rep QueryDep Source # 
Instance details

Defined in Hix.Managed.Data.QueryDep