cli: fix missing Commodities.txt build error

This commit is contained in:
Simon Michael 2019-03-01 18:35:16 -08:00
parent 0984a8cd41
commit 8c4f63d060
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: f7ffe28b8f28021a283c05a1647b2f533f4476d763c411d681914ca141f07fb0 -- hash: 08b3d1829fb8e9cea4ceae542a6cc30b671fc6cd815bb3811ff9b1dfef0b310f
name: hledger name: hledger
version: 1.14 version: 1.14
@ -71,6 +71,7 @@ extra-source-files:
Hledger/Cli/Commands/Checkdates.txt Hledger/Cli/Commands/Checkdates.txt
Hledger/Cli/Commands/Checkdupes.txt Hledger/Cli/Commands/Checkdupes.txt
Hledger/Cli/Commands/Close.txt Hledger/Cli/Commands/Close.txt
Hledger/Cli/Commands/Commodities.txt
Hledger/Cli/Commands/Files.txt Hledger/Cli/Commands/Files.txt
Hledger/Cli/Commands/Help.txt Hledger/Cli/Commands/Help.txt
Hledger/Cli/Commands/Import.txt Hledger/Cli/Commands/Import.txt

View File

@ -64,6 +64,7 @@ extra-source-files:
- Hledger/Cli/Commands/Checkdates.txt - Hledger/Cli/Commands/Checkdates.txt
- Hledger/Cli/Commands/Checkdupes.txt - Hledger/Cli/Commands/Checkdupes.txt
- Hledger/Cli/Commands/Close.txt - Hledger/Cli/Commands/Close.txt
- Hledger/Cli/Commands/Commodities.txt
- Hledger/Cli/Commands/Files.txt - Hledger/Cli/Commands/Files.txt
- Hledger/Cli/Commands/Help.txt - Hledger/Cli/Commands/Help.txt
- Hledger/Cli/Commands/Import.txt - Hledger/Cli/Commands/Import.txt