From 8c4f63d060019fc29889d2766f648909c81dd430 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 1 Mar 2019 18:35:16 -0800 Subject: [PATCH] cli: fix missing Commodities.txt build error --- hledger/hledger.cabal | 3 ++- hledger/package.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index de7251543..3ec9b3376 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: f7ffe28b8f28021a283c05a1647b2f533f4476d763c411d681914ca141f07fb0 +-- hash: 08b3d1829fb8e9cea4ceae542a6cc30b671fc6cd815bb3811ff9b1dfef0b310f name: hledger version: 1.14 @@ -71,6 +71,7 @@ extra-source-files: Hledger/Cli/Commands/Checkdates.txt Hledger/Cli/Commands/Checkdupes.txt Hledger/Cli/Commands/Close.txt + Hledger/Cli/Commands/Commodities.txt Hledger/Cli/Commands/Files.txt Hledger/Cli/Commands/Help.txt Hledger/Cli/Commands/Import.txt diff --git a/hledger/package.yaml b/hledger/package.yaml index c4bcc1927..9e754f523 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -64,6 +64,7 @@ extra-source-files: - Hledger/Cli/Commands/Checkdates.txt - Hledger/Cli/Commands/Checkdupes.txt - Hledger/Cli/Commands/Close.txt +- Hledger/Cli/Commands/Commodities.txt - Hledger/Cli/Commands/Files.txt - Hledger/Cli/Commands/Help.txt - Hledger/Cli/Commands/Import.txt