hwm-0.0.1: Haskell Workspace Manager - Orchestrates Stack, Cabal, and HLS
Safe HaskellNone
LanguageHaskell2010

HWM.Integrations.Toolchain.Lib

Documentation

data Library Source #

Instances

Instances details
FromJSON Library Source # 
Instance details

Defined in HWM.Integrations.Toolchain.Lib

ToJSON Library Source # 
Instance details

Defined in HWM.Integrations.Toolchain.Lib

Generic Library Source # 
Instance details

Defined in HWM.Integrations.Toolchain.Lib

Associated Types

type Rep Library 
Instance details

Defined in HWM.Integrations.Toolchain.Lib

type Rep Library = D1 ('MetaData "Library" "HWM.Integrations.Toolchain.Lib" "hwm-0.0.1-96xV4ZfMBhVDD7ST6xgWcw" 'False) (C1 ('MetaCons "Library" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceDirs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Name) :*: (S1 ('MetaSel ('Just "dependencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Dependencies)) :*: S1 ('MetaSel ('Just "__unknownFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Object)))))

Methods

from :: Library -> Rep Library x #

to :: Rep Library x -> Library #

Show Library Source # 
Instance details

Defined in HWM.Integrations.Toolchain.Lib

type Rep Library Source # 
Instance details

Defined in HWM.Integrations.Toolchain.Lib

type Rep Library = D1 ('MetaData "Library" "HWM.Integrations.Toolchain.Lib" "hwm-0.0.1-96xV4ZfMBhVDD7ST6xgWcw" 'False) (C1 ('MetaCons "Library" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceDirs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Name) :*: (S1 ('MetaSel ('Just "dependencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Dependencies)) :*: S1 ('MetaSel ('Just "__unknownFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Object)))))