mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
pkg: require safe 0.3.19+ to avoid deprecation warning
This commit is contained in:
parent
3070ba9b36
commit
797cac4fc6
@ -58,7 +58,7 @@ dependencies:
|
||||
- parser-combinators >=0.4.0
|
||||
- pretty-simple >4 && <5
|
||||
- regex-tdfa
|
||||
- safe >=0.3.18
|
||||
- safe >=0.3.19
|
||||
- tabular >=0.2
|
||||
- tasty >=1.2.3
|
||||
- tasty-hunit >=0.10.0.2
|
||||
|
@ -68,7 +68,7 @@ dependencies:
|
||||
- megaparsec >=7.0.0 && <9.3
|
||||
- mtl >=2.2.1
|
||||
- process >=1.2
|
||||
- safe >=0.2
|
||||
- safe >=0.3.19
|
||||
- split >=0.1
|
||||
- text >=1.2
|
||||
- text-zipper >=0.4
|
||||
|
@ -116,7 +116,7 @@ dependencies:
|
||||
- mtl >=2.2.1
|
||||
- process
|
||||
- regex-tdfa
|
||||
- safe >=0.2
|
||||
- safe >=0.3.19
|
||||
- shakespeare >=2.0.2.2
|
||||
- split >=0.1
|
||||
- math-functions >=0.3.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user