pkg: require safe 0.3.19+ to avoid deprecation warning

This commit is contained in:
Simon Michael 2022-07-11 06:02:54 +01:00
parent 3070ba9b36
commit 797cac4fc6
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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