Skip to content

Commit

Permalink
cli: add missing extra dep
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 26, 2019
1 parent 8284c10 commit 6796c9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hledger/hledger.cabal
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: c815f8e35a1caae7aa64cd5455b33bb3e656e45615b78e8eb51c7683fd8a4a03 -- hash: aba397aed9bafa008aa8c8ceb1716e09ab3f5faf7193872d705dd3fdbd7f950d


name: hledger name: hledger
version: 1.14.99 version: 1.14.99
Expand Down Expand Up @@ -159,6 +159,7 @@ library
, data-default >=0.5 , data-default >=0.5
, directory , directory
, easytest >=0.2.1 && <0.3 , easytest >=0.2.1 && <0.3
, extra >=1.6.3
, filepath , filepath
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.6
Expand Down Expand Up @@ -210,6 +211,7 @@ executable hledger
, data-default >=0.5 , data-default >=0.5
, directory , directory
, easytest >=0.2.1 && <0.3 , easytest >=0.2.1 && <0.3
, extra >=1.6.3
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
Expand Down Expand Up @@ -263,6 +265,7 @@ test-suite test
, data-default >=0.5 , data-default >=0.5
, directory , directory
, easytest >=0.2.1 && <0.3 , easytest >=0.2.1 && <0.3
, extra >=1.6.3
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
Expand Down Expand Up @@ -316,6 +319,7 @@ benchmark bench
, data-default >=0.5 , data-default >=0.5
, directory , directory
, easytest >=0.2.1 && <0.3 , easytest >=0.2.1 && <0.3
, extra >=1.6.3
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
Expand Down
1 change: 1 addition & 0 deletions hledger/package.yaml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ dependencies:
- Decimal - Decimal
- directory - directory
- easytest >= 0.2.1 && <0.3 - easytest >= 0.2.1 && <0.3
- extra >=1.6.3
- filepath - filepath
- haskeline >=0.6 - haskeline >=0.6
- megaparsec >=7.0.0 && <8 - megaparsec >=7.0.0 && <8
Expand Down

0 comments on commit 6796c9a

Please sign in to comment.