haskell-ci-0.12: Cabal package script generator for Travis-CI
Safe HaskellNone
LanguageHaskell2010

HaskellCI.Config.Docspec

Documentation

data DocspecConfig Source #

Instances

Instances details
Show DocspecConfig Source # 
Instance details

Defined in HaskellCI.Config.Docspec

Generic DocspecConfig Source # 
Instance details

Defined in HaskellCI.Config.Docspec

Associated Types

type Rep DocspecConfig :: Type -> Type #

Binary DocspecConfig Source # 
Instance details

Defined in HaskellCI.Config.Docspec

type Rep DocspecConfig Source # 
Instance details

Defined in HaskellCI.Config.Docspec

type Rep DocspecConfig = D1 ('MetaData "DocspecConfig" "HaskellCI.Config.Docspec" "haskell-ci-0.12-7jCvWkDOf9r32De8zrFcpD-haskell-ci-internal" 'False) (C1 ('MetaCons "DocspecConfig" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cfgDocspecEnabled") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 VersionRange) :*: S1 ('MetaSel ('Just "cfgDocspecOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [String])) :*: (S1 ('MetaSel ('Just "cfgDocspecUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "cfgDocspecHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))))