cli: rename hledger.hs (but not the executable) to avoid mac build issues
This commit is contained in:
parent
a44aa8d7d2
commit
cd68f43be3
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ INCLUDEPATHS=\
|
|||||||
-ihledger-web \
|
-ihledger-web \
|
||||||
-ihledger-vty \
|
-ihledger-vty \
|
||||||
-ihledger-chart
|
-ihledger-chart
|
||||||
MAIN=hledger/hledger.hs
|
MAIN=hledger/hledger-cli.hs
|
||||||
|
|
||||||
# all source files in the project (plus a few strays like Setup.hs & hlint.hs)
|
# all source files in the project (plus a few strays like Setup.hs & hlint.hs)
|
||||||
SOURCEFILES:= \
|
SOURCEFILES:= \
|
||||||
|
|||||||
@ -85,7 +85,7 @@ library
|
|||||||
-- - how it works seems ghc version dependent
|
-- - how it works seems ghc version dependent
|
||||||
-- leksah is reported to have this working, http://hackage.haskell.org/packages/archive/leksah/0.10.0.4/leksah.cabal
|
-- leksah is reported to have this working, http://hackage.haskell.org/packages/archive/leksah/0.10.0.4/leksah.cabal
|
||||||
executable hledger
|
executable hledger
|
||||||
main-is: hledger.hs
|
main-is: hledger-cli.hs
|
||||||
-- should be the same as above
|
-- should be the same as above
|
||||||
other-modules:
|
other-modules:
|
||||||
Hledger.Cli
|
Hledger.Cli
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user