Skip to content

Relax upper bounds #2659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions dhall-bash/dhall-bash.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Library
Build-Depends:
base >= 4.11.0.0 && < 5 ,
bytestring < 0.13,
containers < 0.8 ,
containers < 0.9 ,
dhall >= 1.42.0 && < 1.43,
neat-interpolation < 0.6 ,
shell-escape < 0.3 ,
Expand All @@ -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-csv/dhall-csv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Library
base >= 4.12.0.0 && < 5 ,
bytestring < 0.13,
cassava >= 0.5.0.0 && < 0.6 ,
containers >= 0.5.9 && < 0.8 ,
containers >= 0.5.9 && < 0.9 ,
either ,
exceptions >= 0.8.3 && < 0.11,
dhall >= 1.39.0 && < 1.43,
Expand Down
4 changes: 2 additions & 2 deletions dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Library
base >= 4.11.0.0 && < 5 ,
base16-bytestring >= 1.0.0.0 ,
bytestring < 0.13,
containers ,
containers >= 0.5.11.0 && < 0.9 ,
cryptohash-sha256 ,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.38.0 && < 1.43,
Expand All @@ -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
4 changes: 2 additions & 2 deletions dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ Library
aeson-pretty >= 0.8.0 && < 0.9 ,
aeson-yaml >= 1.1.0 && < 1.2 ,
bytestring < 0.13,
containers >= 0.5.9 && < 0.8 ,
containers >= 0.5.9 && < 0.9 ,
dhall >= 1.42.0 && < 1.43,
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
8 changes: 4 additions & 4 deletions dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ library
, base >= 4.11 && < 5
, bytestring >= 0.10.8.2 && < 0.13
, co-log-core >= 0.3.1.0 && < 0.4
, containers >= 0.5.11.0 && < 0.8
, data-default >= 0.7.1.1 && < 0.8
, containers >= 0.5.11.0 && < 0.9
, data-default >= 0.7.1.1 && < 0.9
, directory >= 1.2.2.0 && < 1.4
, dhall >= 1.38.0 && < 1.43
, dhall-json >= 1.4 && < 1.8
Expand Down Expand Up @@ -79,7 +79,7 @@ executable dhall-lsp-server
build-depends:
base >= 4.11 && < 5
, dhall-lsp-server
, optparse-applicative
, optparse-applicative >= 0.14.0.0 && < 0.20
default-language: Haskell2010
GHC-Options: -Wall -fwarn-incomplete-uni-patterns

Expand All @@ -93,7 +93,7 @@ Test-Suite doctest
directory >= 1.3.1.5 && < 1.4,
filepath < 1.6,
doctest >= 0.7.0 ,
QuickCheck
QuickCheck >= 2.14 && < 2.17
Other-Extensions: OverloadedStrings RecordWildCards
Default-Language: Haskell2010

Expand Down
2 changes: 1 addition & 1 deletion dhall-nix/dhall-nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.11.0.0 && < 5 ,
containers < 0.8 ,
containers < 0.9 ,
data-fix < 0.4 ,
dhall >= 1.42 && < 1.43,
hnix >= 0.16 && < 0.18,
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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -78,7 +78,7 @@ Library
Build-Depends:
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.3 ,
containers >= 0.5.8.0 && < 0.8 ,
containers >= 0.5.8.0 && < 0.9 ,
dhall >= 1.38.0 && < 1.43 ,
prettyprinter >= 1.7.0 && < 1.8 ,
microlens >= 0.4 && < 0.5 ,
Expand Down
4 changes: 2 additions & 2 deletions dhall-toml/dhall-toml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Library
filepath < 1.6 ,
tomland >= 1.3.2.0 && < 1.4 ,
text >= 0.11.1.0 && < 2.2 ,
containers >= 0.5.9 && < 0.8 ,
containers >= 0.5.9 && < 0.9 ,
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
6 changes: 3 additions & 3 deletions dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Common common
case-insensitive < 1.3 ,
cborg >= 0.2.0.0 && < 0.3 ,
cborg-json >= 0.2.2.0 && < 0.3 ,
containers >= 0.5.8.0 && < 0.8 ,
containers >= 0.5.8.0 && < 0.9 ,
contravariant < 1.6 ,
data-fix < 0.4 ,
deepseq < 1.6 ,
Expand All @@ -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 Expand Up @@ -447,7 +447,7 @@ Test-Suite tasty
generic-random >= 1.3.0.0 && < 1.6 ,
http-client ,
http-client-tls ,
QuickCheck >= 2.14 && < 2.16,
QuickCheck >= 2.14 && < 2.17,
quickcheck-instances >= 0.3.12 && < 0.4 ,
special-values < 0.2 ,
spoon < 0.4 ,
Expand Down