mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
cli: package.yaml: source dir first for clarity
This commit is contained in:
parent
6e402e1ed6
commit
8e35bfdfc8
@ -163,8 +163,8 @@ library:
|
||||
|
||||
executables:
|
||||
hledger:
|
||||
main: hledger-cli.hs
|
||||
source-dirs: app
|
||||
main: hledger-cli.hs
|
||||
cpp-options: -DVERSION="1.3.99"
|
||||
when:
|
||||
- condition: flag(threaded)
|
||||
@ -192,8 +192,8 @@ executables:
|
||||
|
||||
tests:
|
||||
test:
|
||||
main: test.hs
|
||||
source-dirs: test
|
||||
main: test.hs
|
||||
cpp-options: -DVERSION="1.3.99"
|
||||
dependencies:
|
||||
- hledger
|
||||
@ -220,8 +220,8 @@ tests:
|
||||
|
||||
benchmarks:
|
||||
bench:
|
||||
main: bench.hs
|
||||
source-dirs: bench
|
||||
main: bench.hs
|
||||
dependencies:
|
||||
- hledger
|
||||
- criterion
|
||||
|
Loading…
Reference in New Issue
Block a user