haddock fix in EmbeddedFiles
This commit is contained in:
parent
e36616999d
commit
9d00eeec23
@ -23,12 +23,12 @@ import System.FilePath
|
|||||||
import Hledger.Web.Settings (datadir)
|
import Hledger.Web.Settings (datadir)
|
||||||
|
|
||||||
-- | An embedded copy of all files below the the hledger-web data
|
-- | An embedded copy of all files below the the hledger-web data
|
||||||
-- directory (@.hledger/web/@) at compile time, as (FilePath,ByteString)
|
-- directory (@.hledger\/web\/@) at compile time, as (FilePath,ByteString)
|
||||||
-- pairs.
|
-- pairs.
|
||||||
files :: [(FilePath, B.ByteString)]
|
files :: [(FilePath, B.ByteString)]
|
||||||
files = $(embedDir datadir)
|
files = $(embedDir datadir)
|
||||||
|
|
||||||
-- | If the hledger-web data directory (@.hledger/web/@) does not exist in
|
-- | If the hledger-web data directory (@.hledger\/web\/@) does not exist in
|
||||||
-- the current directory, create and fill it with the web app support
|
-- the current directory, create and fill it with the web app support
|
||||||
-- files (templates, stylesheets, images etc.) Returns True if the
|
-- files (templates, stylesheets, images etc.) Returns True if the
|
||||||
-- directory was missing.
|
-- directory was missing.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user