mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
6 lines
250 B
Haskell
6 lines
250 B
Haskell
-- stub version of cabal's Paths_hledger_web.hs used when not building with cabal
|
|
-- assumes "data" dir is in current directory
|
|
module Paths_hledger_web_make where
|
|
import System.FilePath.Posix ((</>))
|
|
getDataFileName path = return $ "data" </> path
|