Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Plan | |
|
Instances
FromJSON Component Source # | |
Defined in HaskellWorks.Polysemy.Cabal.Types | |
Generic Component Source # | |
Show Component Source # | |
Eq Component Source # | |
type Rep Component Source # | |
Defined in HaskellWorks.Polysemy.Cabal.Types type Rep Component = D1 ('MetaData "Component" "HaskellWorks.Polysemy.Cabal.Types" "hw-polysemy-0.3.0.0-KRudc5BarDU710uVc2F91D-core" 'False) (C1 ('MetaCons "Component" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "binFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) |