Skip to content

Commit

Permalink
Allow vector-0.13 (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Jun 20, 2022
1 parent f95b2be commit 03c6534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dhall-csv/dhall-csv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Library
prettyprinter >= 1.7.0 && < 1.8 ,
text >= 0.11.1.0 && < 2.1 ,
unordered-containers < 0.3 ,
vector >= 0.12 && < 0.13
vector >= 0.12 && < 0.14
Exposed-Modules:
Dhall.Csv
Dhall.CsvToDhall
Expand Down
2 changes: 1 addition & 1 deletion dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ Library
scientific >= 0.3.0.0 && < 0.4 ,
sort >= 1.0 && < 1.1 ,
text >= 0.11.1.0 && < 2.1 ,
vector >= 0.11.0.0 && < 0.13
vector >= 0.11.0.0 && < 0.14
Default-Language: Haskell2010
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Common common
transformers >= 0.5.2.0 && < 0.6 ,
unordered-containers >= 0.1.3.0 && < 0.3 ,
uri-encode < 1.6 ,
vector >= 0.11.0.0 && < 0.13
vector >= 0.11.0.0 && < 0.14

if flag(with-http)
CPP-Options:
Expand Down

0 comments on commit 03c6534

Please sign in to comment.