File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Library
44
44
prettyprinter >= 1.7.0 && < 1.8 ,
45
45
text >= 0.11.1.0 && < 2.1 ,
46
46
unordered-containers < 0.3 ,
47
- vector >= 0.12 && < 0.13
47
+ vector >= 0.12 && < 0.14
48
48
Exposed-Modules :
49
49
Dhall.Csv
50
50
Dhall.CsvToDhall
Original file line number Diff line number Diff line change @@ -84,5 +84,5 @@ Library
84
84
scientific >= 0.3.0.0 && < 0.4 ,
85
85
sort >= 1.0 && < 1.1 ,
86
86
text >= 0.11.1.0 && < 2.1 ,
87
- vector >= 0.11.0.0 && < 0.13
87
+ vector >= 0.11.0.0 && < 0.14
88
88
Default-Language : Haskell2010
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Common common
251
251
transformers >= 0.5.2.0 && < 0.6 ,
252
252
unordered-containers >= 0.1.3.0 && < 0.3 ,
253
253
uri-encode < 1.6 ,
254
- vector >= 0.11.0.0 && < 0.13
254
+ vector >= 0.11.0.0 && < 0.14
255
255
256
256
if flag(with-http)
257
257
CPP-Options :
You can’t perform that action at this time.
0 commit comments