mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 00:15:48 +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
|