Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The functions in this module are trivial wrappers around the functions in Hakyll.FileStore.Context:
hgSomething
is equivalent to fsSomething hgStore
, where
hgStore = mercurialFileStore "."
.
Synopsis
- hgStore :: FileStore
- hgGetItemUTC :: TimeLocale -> Identifier -> Compiler UTCTime
- hgGetItemUTC' :: Identifier -> Compiler (Maybe UTCTime)
- hgDateField :: String -> String -> Context a
- hgDateFieldWith :: TimeLocale -> String -> String -> Context a
- hgGetItemModificationTime :: Identifier -> Compiler UTCTime
- hgGetItemModificationTime' :: Identifier -> Compiler (Maybe UTCTime)
- hgModificationTimeField :: String -> String -> Context a
- hgModificationTimeFieldWith :: TimeLocale -> String -> String -> Context a
- hgGetRevisions :: Identifier -> Compiler [Revision]
- hgGetAuthors :: Identifier -> Compiler [Author]
- hgGetAuthorNames :: Identifier -> Compiler [String]
- hgAuthorNamesField :: String -> Context a
- hgAuthorNamesFieldWith :: String -> String -> Context a
- hgGetAuthorEmails :: Identifier -> Compiler [String]
- hgAuthorEmailsField :: String -> Context a
- hgAuthorEmailsFieldWith :: String -> String -> Context a
Documentation
hgGetItemUTC :: TimeLocale -> Identifier -> Compiler UTCTime Source #
hgGetItemUTC' :: Identifier -> Compiler (Maybe UTCTime) Source #
hgDateFieldWith :: TimeLocale -> String -> String -> Context a Source #
hgModificationTimeFieldWith :: TimeLocale -> String -> String -> Context a Source #
hgGetRevisions :: Identifier -> Compiler [Revision] Source #
hgGetAuthors :: Identifier -> Compiler [Author] Source #
hgGetAuthorNames :: Identifier -> Compiler [String] Source #
hgAuthorNamesField :: String -> Context a Source #
hgGetAuthorEmails :: Identifier -> Compiler [String] Source #
hgAuthorEmailsField :: String -> Context a Source #