Skip to content

Commit c566f30

Browse files
treewide: Raise bounds on optparse-applicative (#2543)
1 parent dfa8286 commit c566f30

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Library
8484
text >= 0.11.1.0 && < 2.1 ,
8585
transformers >= 0.2.0.0 && < 0.7 ,
8686
mtl >= 2.2.1 && < 2.4 ,
87-
optparse-applicative >= 0.14.0.0 && < 0.18
87+
optparse-applicative >= 0.14.0.0 && < 0.19
8888
Exposed-Modules:
8989
Dhall.Docs
9090
Dhall.Docs.Core

dhall-json/dhall-json.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Library
4747
exceptions >= 0.8.3 && < 0.11,
4848
filepath < 1.5 ,
4949
lens-family-core >= 1.0.0 && < 2.2 ,
50-
optparse-applicative >= 0.14.0.0 && < 0.18,
50+
optparse-applicative >= 0.14.0.0 && < 0.19,
5151
prettyprinter >= 1.7.0 && < 1.8 ,
5252
scientific >= 0.3.0.0 && < 0.4 ,
5353
text >= 0.11.1.0 && < 2.1 ,

dhall-nix/dhall-nix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Library
4040
Default-Language: Haskell2010
4141
if os(windows)
4242
Buildable: False
43-
43+
4444
Executable dhall-to-nix
4545
if os(windows)
4646
Buildable: False
@@ -53,7 +53,7 @@ Executable dhall-to-nix
5353
dhall ,
5454
dhall-nix ,
5555
hnix ,
56-
optparse-generic >= 1.1.1 && < 1.5,
56+
optparse-generic >= 1.1.1 && < 1.6,
5757
text
5858
GHC-Options: -Wall
5959
Default-Language: Haskell2010

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Executable dhall-to-nixpkgs
3030
, megaparsec >= 7.0.0 && < 10
3131
, mmorph < 1.3
3232
, neat-interpolation < 0.6
33-
, optparse-applicative >= 0.14.0.0 && < 0.18
33+
, optparse-applicative >= 0.14.0.0 && < 0.19
3434
, prettyprinter >= 1.7.0 && < 1.8
3535
, text >= 0.11.1.0 && < 2.1
3636
, transformers >= 0.2.0.0 && < 0.6

dhall-openapi/dhall-openapi.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Executable openapi-to-dhall
4545
filepath >= 1.4 && < 1.5 ,
4646
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
4747
megaparsec >= 7.0 && < 10 ,
48-
optparse-applicative >= 0.14.3.0 && < 0.18 ,
49-
parser-combinators ,
48+
optparse-applicative >= 0.14.3.0 && < 0.19 ,
49+
parser-combinators ,
5050
prettyprinter ,
5151
sort ,
5252
text ,

dhall-toml/dhall-toml.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Library
4141
containers >= 0.5.9 && < 0.7 ,
4242
unordered-containers >= 0.2 && < 0.3 ,
4343
prettyprinter >= 1.7.0 && < 1.8 ,
44-
optparse-applicative >= 0.14 && < 0.18
44+
optparse-applicative >= 0.14 && < 0.19
4545
Exposed-Modules:
4646
Dhall.DhallToToml
4747
Dhall.TomlToDhall

dhall-yaml/dhall-yaml.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Library
3838
bytestring < 0.12,
3939
dhall >= 1.31.0 && < 1.43,
4040
dhall-json >= 1.6.0 && < 1.8 ,
41-
optparse-applicative >= 0.14.0.0 && < 0.18,
41+
optparse-applicative >= 0.14.0.0 && < 0.19,
4242
text >= 0.11.1.0 && < 2.1 ,
4343
vector
4444
Exposed-Modules:

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Common common
234234
mmorph < 1.3 ,
235235
mtl >= 2.2.1 && < 2.4 ,
236236
network-uri >= 2.6 && < 2.7 ,
237-
optparse-applicative >= 0.14.0.0 && < 0.18,
237+
optparse-applicative >= 0.14.0.0 && < 0.19,
238238
parsers >= 0.12.4 && < 0.13,
239239
parser-combinators ,
240240
prettyprinter >= 1.7.0 && < 1.8 ,

0 commit comments

Comments
 (0)