Skip to content

Commit 03c6534

Browse files
authored
1 parent f95b2be commit 03c6534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dhall-csv/dhall-csv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Library
4444
prettyprinter >= 1.7.0 && < 1.8 ,
4545
text >= 0.11.1.0 && < 2.1 ,
4646
unordered-containers < 0.3 ,
47-
vector >= 0.12 && < 0.13
47+
vector >= 0.12 && < 0.14
4848
Exposed-Modules:
4949
Dhall.Csv
5050
Dhall.CsvToDhall

dhall-openapi/dhall-openapi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ Library
8484
scientific >= 0.3.0.0 && < 0.4 ,
8585
sort >= 1.0 && < 1.1 ,
8686
text >= 0.11.1.0 && < 2.1 ,
87-
vector >= 0.11.0.0 && < 0.13
87+
vector >= 0.11.0.0 && < 0.14
8888
Default-Language: Haskell2010

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Common common
251251
transformers >= 0.5.2.0 && < 0.6 ,
252252
unordered-containers >= 0.1.3.0 && < 0.3 ,
253253
uri-encode < 1.6 ,
254-
vector >= 0.11.0.0 && < 0.13
254+
vector >= 0.11.0.0 && < 0.14
255255

256256
if flag(with-http)
257257
CPP-Options:

0 commit comments

Comments
 (0)