mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-08 11:49:44 +03:00
10 lines
218 B
Haskell
10 lines
218 B
Haskell
|
-- dummy Paths_hledger for use when building with make
|
||
|
-- cabal build generates a more useful one
|
||
|
|
||
|
module Paths_hledger_make
|
||
|
where
|
||
|
|
||
|
import System.FilePath.Posix ((</>))
|
||
|
|
||
|
getDataFileName path = return $ "data" </> path
|