pkg: cli: also update bounds in package.yaml (#1887)

This commit is contained in:
Simon Michael 2022-07-31 10:59:12 +01:00
parent c1f8b684ea
commit 5f11d3c52c
3 changed files with 6 additions and 3 deletions

View File

@ -109,7 +109,7 @@ dependencies:
- directory
- extra >=1.6.3
- filepath
- githash >=0.1.4
- githash >=0.1.6.1
- haskeline >=0.6
- megaparsec >=7.0.0 && <9.3
- microlens >=0.4
@ -179,7 +179,7 @@ library:
- Hledger.Cli.Commands.Tags
- Hledger.Cli.CompoundBalanceCommand
dependencies:
- Diff
- Diff >=0.2
- hashable >=1.2.4
- lucid

View File

@ -31,7 +31,8 @@ extra-deps:
- doctest-0.18.1
- safe-0.3.19
# for hledger:
- githash-0.1.4.0
- githash-0.1.6.2
- th-compat-0.1.4
# for hledger-ui:
# for hledger-web:
- ghc-byteorder-4.11.0.0.10

View File

@ -20,6 +20,8 @@ extra-deps:
- doclayout-0.3.1.1
- emojis-0.1.2
# for hledger:
- githash-0.1.6.2
- th-compat-0.1.4
# for hledger-ui:
# for hledger-web:
- ghc-byteorder-4.11.0.0.10