changelogged-0.1.0: Tool to manage project publishing history.

Safe HaskellNone
LanguageHaskell2010

Changelogged.Settings

Contents

Documentation

data Paths Source #

Instances

Show Paths Source # 

Methods

showsPrec :: Int -> Paths -> ShowS #

show :: Paths -> String #

showList :: [Paths] -> ShowS #

Generic Paths Source # 

Associated Types

type Rep Paths :: * -> * #

Methods

from :: Paths -> Rep Paths x #

to :: Rep Paths x -> Paths #

FromJSON Paths Source # 
type Rep Paths Source # 
type Rep Paths = D1 * (MetaData "Paths" "Changelogged.Settings" "changelogged-0.1.0-5tayAVE2YfSEFcuY7GQP50" False) (C1 * (MetaCons "Paths" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "changelogs") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe (HashMap Text TaggedLog)))) (S1 * (MetaSel (Just Symbol "versioned") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe (HashMap Text [TaggedFile]))))))

Orphan instances