Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hix.Data.GhciTest
Documentation
Constructors
GhciTest | |
Instances
Generic GhciTest Source # | |
Show GhciTest Source # | |
Eq GhciTest Source # | |
type Rep GhciTest Source # | |
Defined in Hix.Data.GhciTest type Rep GhciTest = D1 ('MetaData "GhciTest" "Hix.Data.GhciTest" "hix-0.7.1-GF38grEMhDKjpxBMjWXGC" 'False) (C1 ('MetaCons "GhciTest" 'PrefixI 'True) ((S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GhciArgs) :*: S1 ('MetaSel ('Just "searchPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Path Abs Dir])) :*: (S1 ('MetaSel ('Just "script") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Constructors
GhciRun | |
Instances
Generic GhciRun Source # | |
Show GhciRun Source # | |
Eq GhciRun Source # | |
type Rep GhciRun Source # | |
Defined in Hix.Data.GhciTest type Rep GhciRun = D1 ('MetaData "GhciRun" "Hix.Data.GhciTest" "hix-0.7.1-GF38grEMhDKjpxBMjWXGC" 'False) (C1 ('MetaCons "GhciRun" 'PrefixI 'True) ((S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GhciTest) :*: S1 ('MetaSel ('Just "shell") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "run") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scriptFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Path Abs File)) :*: S1 ('MetaSel ('Just "cmdline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))) |
Instances
Generic GhcidRun Source # | |
Show GhcidRun Source # | |
Eq GhcidRun Source # | |
type Rep GhcidRun Source # | |
Defined in Hix.Data.GhciTest type Rep GhcidRun = D1 ('MetaData "GhcidRun" "Hix.Data.GhciTest" "hix-0.7.1-GF38grEMhDKjpxBMjWXGC" 'False) (C1 ('MetaCons "GhcidRun" 'PrefixI 'True) (S1 ('MetaSel ('Just "cmdline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ghci") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GhciRun))) |