File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Library
65
65
Build-Depends :
66
66
base >= 4.11.0.0 && < 5 ,
67
67
base16-bytestring >= 1.0.0.0 ,
68
- bytestring < 0.12 ,
68
+ bytestring < 0.13 ,
69
69
containers ,
70
70
cryptohash-sha256 ,
71
71
directory >= 1.3.0.0 && < 1.4 ,
@@ -81,7 +81,7 @@ Library
81
81
-- path-io follows SemVer: https://github.com/mrkkrp/path-io/issues/68
82
82
path-io >= 1.6.0 && < 2 ,
83
83
prettyprinter >= 1.7.0 && < 1.8 ,
84
- text >= 0.11.1.0 && < 2.1 ,
84
+ text >= 0.11.1.0 && < 2.2 ,
85
85
transformers >= 0.2.0.0 && < 0.7 ,
86
86
mtl >= 2.2.1 && < 2.4 ,
87
87
optparse-applicative >= 0.14.0.0 && < 0.19
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Library
41
41
aeson >= 1.4.6.0 && < 2.2 ,
42
42
aeson-pretty >= 0.8.0 && < 0.9 ,
43
43
aeson-yaml >= 1.1.0 && < 1.2 ,
44
- bytestring < 0.12 ,
44
+ bytestring < 0.13 ,
45
45
containers >= 0.5.9 && < 0.7 ,
46
46
dhall >= 1.42.0 && < 1.43 ,
47
47
exceptions >= 0.8.3 && < 0.11 ,
@@ -50,7 +50,7 @@ Library
50
50
optparse-applicative >= 0.14.0.0 && < 0.19 ,
51
51
prettyprinter >= 1.7.0 && < 1.8 ,
52
52
scientific >= 0.3.0.0 && < 0.4 ,
53
- text >= 0.11.1.0 && < 2.1 ,
53
+ text >= 0.11.1.0 && < 2.2 ,
54
54
unordered-containers < 0.3 ,
55
55
vector
56
56
Exposed-Modules :
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ Library
35
35
HsYAML-aeson >= 0.2 && < 0.3 ,
36
36
base >= 4.11.0.0 && < 5 ,
37
37
aeson >= 1.0.0.0 && < 2.2 ,
38
- bytestring < 0.12 ,
38
+ bytestring < 0.13 ,
39
39
dhall >= 1.31.0 && < 1.43 ,
40
40
dhall-json >= 1.6.0 && < 1.8 ,
41
41
optparse-applicative >= 0.14.0.0 && < 0.19 ,
42
- text >= 0.11.1.0 && < 2.1 ,
42
+ text >= 0.11.1.0 && < 2.2 ,
43
43
vector
44
44
Exposed-Modules :
45
45
Dhall.Yaml
You can’t perform that action at this time.
0 commit comments