haskell-ci-0.18.1: Cabal package script generator for Travis-CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellCI.Config.Docspec

Documentation

data DocspecConfig Source #

Instances

Instances details
Generic DocspecConfig Source # 
Instance details

Defined in HaskellCI.Config.Docspec

Associated Types

type Rep DocspecConfig :: Type -> Type #

Show DocspecConfig Source # 
Instance details

Defined in HaskellCI.Config.Docspec

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.18.1-2HPng3PkQFF4dAQ90Dcb1Y-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))))