Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dhall-bash/dhall-bash.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Executable dhall-to-bash
bytestring ,
dhall ,
dhall-bash ,
optparse-applicative >= 0.14.0.0 && < 0.19,
optparse-applicative >= 0.14.0.0 && < 0.20,
text
GHC-Options: -Wall
Default-Language: Haskell2010
2 changes: 1 addition & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Library
text >= 0.11.1.0 && < 2.2 ,
transformers >= 0.2.0.0 && < 0.7 ,
mtl >= 2.2.1 && < 2.4 ,
optparse-applicative >= 0.14.0.0 && < 0.19
optparse-applicative >= 0.14.0.0 && < 0.20
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.6 ,
microlens >= 0.4.14.0 && < 0.5 ,
optparse-applicative >= 0.14.0.0 && < 0.19,
optparse-applicative >= 0.14.0.0 && < 0.20,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
text >= 0.11.1.0 && < 2.2 ,
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 @@ -31,7 +31,7 @@ Executable dhall-to-nixpkgs
, megaparsec >= 7.0.0 && < 10
, mmorph < 1.3
, neat-interpolation < 0.6
, optparse-applicative >= 0.14.0.0 && < 0.19
, optparse-applicative >= 0.14.0.0 && < 0.20
, prettyprinter >= 1.7.0 && < 1.8
, text >= 0.11.1.0 && < 2.2
, transformers >= 0.2.0.0 && < 0.7
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.6 ,
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
megaparsec >= 7.0 && < 10 ,
optparse-applicative >= 0.14.3.0 && < 0.19,
optparse-applicative >= 0.14.3.0 && < 0.20,
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 @@ -42,7 +42,7 @@ Library
containers >= 0.5.9 && < 0.8 ,
unordered-containers >= 0.2 && < 0.3 ,
prettyprinter >= 1.7.0 && < 1.8 ,
optparse-applicative >= 0.14 && < 0.19
optparse-applicative >= 0.14 && < 0.20
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.13,
dhall >= 1.31.0 && < 1.43,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.19,
optparse-applicative >= 0.14.0.0 && < 0.20,
text >= 0.11.1.0 && < 2.2 ,
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 @@ -236,7 +236,7 @@ Common common
mmorph < 1.3 ,
mtl >= 2.2.1 && < 2.4 ,
network-uri >= 2.6 && < 2.7 ,
optparse-applicative >= 0.14.0.0 && < 0.19,
optparse-applicative >= 0.14.0.0 && < 0.20,
parsers >= 0.12.4 && < 0.13,
parser-combinators ,
prettyprinter >= 1.7.0 && < 1.8 ,
Expand Down
Loading