Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Path Source # | |
Show Path Source # | |
Generic Path Source # | |
ToJSON Path Source # | |
type Rep Path Source # | |
Defined in Blog.Path type Rep Path = D1 ('MetaData "Path" "Blog.Path" "hablo-1.1.0.1-8ZbVl9opbeU8qTmHELL14m" 'False) (C1 ('MetaCons "Path" 'PrefixI 'True) ((S1 ('MetaSel ('Just "articlesPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath)) :*: S1 ('MetaSel ('Just "pagesPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath))) :*: (S1 ('MetaSel ('Just "remarkableConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath)) :*: S1 ('MetaSel ('Just "root") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)))) |
Instances
Generic Skin Source # | |
ToJSON Skin Source # | |
type Rep Skin Source # | |
Defined in Blog.Skin type Rep Skin = D1 ('MetaData "Skin" "Blog.Skin" "hablo-1.1.0.1-8ZbVl9opbeU8qTmHELL14m" 'False) (C1 ('MetaCons "Skin" 'PrefixI 'True) ((S1 ('MetaSel ('Just "banner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String)) :*: (S1 ('MetaSel ('Just "cardImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath)) :*: S1 ('MetaSel ('Just "favicon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath)))) :*: (S1 ('MetaSel ('Just "head") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String)) :*: (S1 ('MetaSel ('Just "previewArticlesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "previewLinesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))) |
Instances
Generic URL Source # | |
ToJSON URL Source # | |
type Rep URL Source # | |
Defined in Blog.URL type Rep URL = D1 ('MetaData "URL" "Blog.URL" "hablo-1.1.0.1-8ZbVl9opbeU8qTmHELL14m" 'False) (C1 ('MetaCons "URL" 'PrefixI 'True) (S1 ('MetaSel ('Just "cards") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String)) :*: (S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String)) :*: S1 ('MetaSel ('Just "rss") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String))))) |