hakyll-filestore-0.1.8: FileStore utilities for Hakyll
Safe HaskellNone
LanguageHaskell2010

Hakyll.FileStore.Mercurial.Context

Description

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

Documentation

hgStore :: FileStore Source #

hgStore = mercurialFileStore "."