Skip to content

Commit

Permalink
Allow optparse-applicative 0.17 (dhall-lang#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Feb 1, 2022
1 parent 4a8ef34 commit 6b4987b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Library
text >= 0.11.1.0 && < 2.1 ,
transformers >= 0.2.0.0 && < 0.6 ,
mtl >= 2.2.1 && < 2.3 ,
optparse-applicative >= 0.14.0.0 && < 0.17
optparse-applicative >= 0.14.0.0 && < 0.18
Exposed-Modules:
Dhall.Docs
Dhall.Docs.Core
Expand Down
2 changes: 1 addition & 1 deletion dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Library
exceptions >= 0.8.3 && < 0.11,
filepath < 1.5 ,
lens-family-core >= 1.0.0 && < 2.2 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
optparse-applicative >= 0.14.0.0 && < 0.18,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
text >= 0.11.1.0 && < 2.1 ,
Expand Down
2 changes: 1 addition & 1 deletion dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Executable dhall-to-nixpkgs
, megaparsec >= 7.0.0 && < 10
, mmorph < 1.3
, neat-interpolation < 0.6
, optparse-applicative >= 0.14.0.0 && < 0.17
, optparse-applicative >= 0.14.0.0 && < 0.18
, prettyprinter >= 1.7.0 && < 1.8
, text >= 0.11.1.0 && < 2.1
, transformers >= 0.2.0.0 && < 0.6
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 @@ -45,7 +45,7 @@ Executable openapi-to-dhall
filepath >= 1.4 && < 1.5 ,
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
megaparsec >= 7.0 && < 10 ,
optparse-applicative >= 0.14.3.0 && < 0.17 ,
optparse-applicative >= 0.14.3.0 && < 0.18 ,
parser-combinators ,
prettyprinter ,
sort ,
Expand Down
2 changes: 1 addition & 1 deletion dhall-toml/dhall-toml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Library
containers >= 0.5.9 && < 0.7 ,
unordered-containers >= 0.2 && < 0.3 ,
prettyprinter >= 1.7.0 && < 1.8 ,
optparse-applicative >= 0.14 && < 0.17
optparse-applicative >= 0.14 && < 0.18
Exposed-Modules:
Dhall.DhallToToml
Dhall.TomlToDhall
Expand Down
2 changes: 1 addition & 1 deletion dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Library
bytestring < 0.12,
dhall >= 1.31.0 && < 1.41,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
optparse-applicative >= 0.14.0.0 && < 0.18,
text >= 0.11.1.0 && < 2.1 ,
vector
Exposed-Modules:
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Common common
mmorph < 1.3 ,
mtl >= 2.2.1 && < 2.3 ,
network-uri >= 2.6 && < 2.7 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
optparse-applicative >= 0.14.0.0 && < 0.18,
parsers >= 0.12.4 && < 0.13,
parser-combinators ,
prettyprinter >= 1.7.0 && < 1.8 ,
Expand Down

0 comments on commit 6b4987b

Please sign in to comment.