mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +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
|