Skip to content
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

Relax bounds #2602

Merged
merged 1 commit into from
Aug 28, 2024
Merged
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 @@ -29,7 +29,7 @@ Library
Build-Depends:
base >= 4.11.0.0 && < 5 ,
bytestring < 0.13,
containers < 0.7 ,
containers < 0.8 ,
dhall >= 1.42.0 && < 1.43,
neat-interpolation < 0.6 ,
shell-escape < 0.3 ,
Expand Down
10 changes: 5 additions & 5 deletions dhall-csv/dhall-csv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.12.0.0 && < 5 ,
bytestring < 0.12,
bytestring < 0.13,
cassava >= 0.5.0.0 && < 0.6 ,
containers >= 0.5.9 && < 0.7 ,
containers >= 0.5.9 && < 0.8 ,
either ,
exceptions >= 0.8.3 && < 0.11,
dhall >= 1.39.0 && < 1.43,
filepath < 1.5 ,
filepath < 1.6 ,
optparse-applicative ,
prettyprinter >= 1.7.0 && < 1.8 ,
text >= 0.11.1.0 && < 2.1 ,
text >= 0.11.1.0 && < 2.2 ,
unordered-containers < 0.3 ,
vector >= 0.12 && < 0.14
Exposed-Modules:
Expand Down Expand Up @@ -106,7 +106,7 @@ Test-Suite tasty
dhall ,
dhall-csv ,
filepath ,
tasty < 1.5 ,
tasty < 1.6 ,
tasty-silver < 3.4 ,
tasty-hunit >= 0.2 ,
unordered-containers ,
Expand Down
6 changes: 3 additions & 3 deletions dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Library
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.38.0 && < 1.43,
file-embed >= 0.0.10.0 ,
filepath >= 1.4 && < 1.5 ,
filepath >= 1.4 && < 1.6 ,
lens-family-core >= 1.0.0 && < 2.2 ,
lucid >= 2.9.12 && < 2.12,
mmark >= 0.0.7.0 && < 0.8 ,
Expand Down Expand Up @@ -126,7 +126,7 @@ Test-Suite doctest
Build-Depends:
base ,
directory,
filepath < 1.5 ,
filepath < 1.6 ,
doctest >= 0.7.0
Other-Extensions: OverloadedStrings RecordWildCards
Default-Language: Haskell2010
Expand All @@ -149,7 +149,7 @@ Test-Suite tasty
path ,
path-io ,
pretty >= 1.1.1.1 ,
tasty < 1.5 ,
tasty < 1.6 ,
tasty-silver < 3.4 ,
tasty-hunit >= 0.10 && < 0.11,
turtle >= 1.6 && < 1.7 ,
Expand Down
8 changes: 4 additions & 4 deletions dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Library
aeson-pretty >= 0.8.0 && < 0.9 ,
aeson-yaml >= 1.1.0 && < 1.2 ,
bytestring < 0.13,
containers >= 0.5.9 && < 0.7 ,
containers >= 0.5.9 && < 0.8 ,
dhall >= 1.42.0 && < 1.43,
exceptions >= 0.8.3 && < 0.11,
filepath < 1.5 ,
filepath < 1.6 ,
lens-family-core >= 1.0.0 && < 2.2 ,
optparse-applicative >= 0.14.0.0 && < 0.19,
prettyprinter >= 1.7.0 && < 1.8 ,
Expand Down Expand Up @@ -98,7 +98,7 @@ Executable json-to-dhall
Build-Depends:
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 1.1 ,
ansi-terminal >= 0.6.3.1 && < 1.2 ,
bytestring ,
dhall ,
dhall-json ,
Expand All @@ -122,7 +122,7 @@ Test-Suite tasty
bytestring ,
dhall ,
dhall-json ,
tasty < 1.5,
tasty < 1.6,
text ,
tasty-hunit >= 0.2,
tasty-silver >= 3.0
Expand Down
16 changes: 8 additions & 8 deletions dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ library
aeson >= 1.3.1.1 && < 2.3
, aeson-pretty >= 0.8.7 && < 0.9
, base >= 4.11 && < 5
, bytestring >= 0.10.8.2 && < 0.12
, bytestring >= 0.10.8.2 && < 0.13
, co-log-core >= 0.3.1.0 && < 0.4
, containers >= 0.5.11.0 && < 0.7
, containers >= 0.5.11.0 && < 0.8
, data-default >= 0.7.1.1 && < 0.8
, directory >= 1.2.2.0 && < 1.4
, dhall >= 1.38.0 && < 1.43
, dhall-json >= 1.4 && < 1.8
, filepath >= 1.4.2 && < 1.5
, filepath >= 1.4.2 && < 1.6
, lsp >= 2.1.0.0 && < 2.2
, lens >= 4.16.1 && < 5.4
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
, megaparsec >= 7.0.2 && < 10
, mtl >= 2.2.2 && < 2.4
, network-uri >= 2.6.1.0 && < 2.7
, prettyprinter >= 1.7.0 && < 1.8
, text >= 1.2.3.0 && < 2.1
, text-rope >= 0.2 && < 0.3
, text >= 1.2.3.0 && < 2.2
, text-rope >= 0.2 && < 0.4
, transformers >= 0.5.5.0 && < 0.7
, unordered-containers >= 0.2.9.0 && < 0.3
, uri-encode >= 1.5.0.5 && < 1.6
Expand Down Expand Up @@ -91,7 +91,7 @@ Test-Suite doctest
Build-Depends:
base ,
directory >= 1.3.1.5 && < 1.4 ,
filepath < 1.5 ,
filepath < 1.6 ,
doctest >= 0.7.0 ,
QuickCheck
Other-Extensions: OverloadedStrings RecordWildCards
Expand All @@ -107,8 +107,8 @@ Test-Suite tests
lsp-types >= 2.0.1 && < 2.1 ,
hspec >= 2.7 && < 2.12 ,
lsp-test >= 0.15.0.0 && < 0.16 ,
tasty >= 0.11.2 && < 1.5 ,
tasty >= 0.11.2 && < 1.6 ,
tasty-hspec >= 1.1 && < 1.3 ,
text >= 0.11 && < 2.1
text >= 0.11 && < 2.2
Build-Tool-Depends: dhall-lsp-server:dhall-lsp-server
Default-Language: Haskell2010
4 changes: 2 additions & 2 deletions dhall-nix/dhall-nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.11.0.0 && < 5 ,
containers < 0.7 ,
containers < 0.8 ,
data-fix < 0.4 ,
dhall >= 1.42 && < 1.43,
hnix >= 0.16 && < 0.18,
lens-family-core >= 1.0.0 && < 2.2 ,
neat-interpolation < 0.6 ,
text >= 0.8.0.0 && < 2.1
text >= 0.8.0.0 && < 2.2
Exposed-Modules:
Dhall.Nix
GHC-Options: -Wall
Expand Down
4 changes: 2 additions & 2 deletions dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Executable dhall-to-nixpkgs
, aeson >= 1.0.0.0 && < 2.3
, base16-bytestring >= 1.0.0.0
, base64-bytestring >= 1.1.0.0
, bytestring < 0.12
, bytestring < 0.13
, data-fix
, dhall >= 1.42.0 && < 1.43
, foldl < 1.5
Expand All @@ -32,7 +32,7 @@ Executable dhall-to-nixpkgs
, neat-interpolation < 0.6
, optparse-applicative >= 0.14.0.0 && < 0.19
, prettyprinter >= 1.7.0 && < 1.8
, text >= 0.11.1.0 && < 2.1
, text >= 0.11.1.0 && < 2.2
, transformers >= 0.2.0.0 && < 0.7
, turtle >= 1.6 && < 1.7
, network-uri < 2.8
Expand Down
8 changes: 4 additions & 4 deletions dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Executable openapi-to-dhall
directory >= 1.3.0.0 && < 1.4 ,
dhall ,
dhall-openapi ,
filepath >= 1.4 && < 1.5 ,
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 ,
Expand Down Expand Up @@ -77,12 +77,12 @@ Library
Ghc-Options: -Wall
Build-Depends:
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.2 ,
containers >= 0.5.8.0 && < 0.7 ,
aeson >= 1.0.0.0 && < 2.3 ,
containers >= 0.5.8.0 && < 0.8 ,
dhall >= 1.38.0 && < 1.43 ,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
sort >= 1.0 && < 1.1 ,
text >= 0.11.1.0 && < 2.1 ,
text >= 0.11.1.0 && < 2.2 ,
vector >= 0.11.0.0 && < 0.14
Default-Language: Haskell2010
6 changes: 3 additions & 3 deletions dhall-toml/dhall-toml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Library
base >= 4.12 && < 5 ,
dhall >= 1.39.0 && < 1.43 ,
tomland >= 1.3.2.0 && < 1.4 ,
text >= 0.11.1.0 && < 2.1 ,
containers >= 0.5.9 && < 0.7 ,
text >= 0.11.1.0 && < 2.2 ,
containers >= 0.5.9 && < 0.8 ,
unordered-containers >= 0.2 && < 0.3 ,
prettyprinter >= 1.7.0 && < 1.8 ,
optparse-applicative >= 0.14 && < 0.19
Expand Down Expand Up @@ -77,7 +77,7 @@ Test-Suite dhall-toml-test
base ,
dhall ,
dhall-toml ,
tasty < 1.5 ,
tasty < 1.6 ,
tasty-hunit >= 0.2 ,
text ,
tomland
Expand Down
4 changes: 2 additions & 2 deletions dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Executable yaml-to-dhall
Build-Depends:
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 1.1 ,
ansi-terminal >= 0.6.3.1 && < 1.2 ,
bytestring ,
dhall ,
dhall-json ,
Expand All @@ -90,7 +90,7 @@ Test-Suite tasty
dhall ,
dhall-json ,
dhall-yaml ,
tasty < 1.5,
tasty < 1.6,
tasty-expected-failure < 0.13,
text ,
tasty-hunit >= 0.2
Expand Down
18 changes: 9 additions & 9 deletions dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,14 @@ Common common
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.3 ,
aeson-pretty < 0.9 ,
ansi-terminal >= 0.6.3.1 && < 1.1 ,
ansi-terminal >= 0.6.3.1 && < 1.2 ,
atomic-write >= 0.2.0.7 && < 0.3 ,
base16-bytestring >= 1.0.0.0 ,
bytestring < 0.13,
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.7 ,
containers >= 0.5.8.0 && < 0.8 ,
contravariant < 1.6 ,
data-fix < 0.4 ,
deepseq < 1.6 ,
Expand All @@ -223,10 +223,10 @@ Common common
dotgen >= 0.4.2 && < 0.5 ,
either >= 5 && < 5.1,
exceptions >= 0.8.3 && < 0.11,
filepath >= 1.4 && < 1.5 ,
filepath >= 1.4 && < 1.6 ,
half >= 0.2.2.3 && < 0.4 ,
haskeline >= 0.7.2.1 && < 0.9 ,
hashable >= 1.2 && < 1.5 ,
hashable >= 1.2 && < 1.6 ,
indexed-traversable < 0.2 ,
lens-family-core >= 1.0.0 && < 2.2 ,
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
Expand All @@ -244,12 +244,12 @@ Common common
repline >= 0.4.0.0 && < 0.5 ,
serialise >= 0.2.0.0 && < 0.3 ,
scientific >= 0.3.0.0 && < 0.4 ,
template-haskell >= 2.13.0.0 && < 2.22,
template-haskell >= 2.13.0.0 && < 2.23,
text >= 0.11.1.0 && < 2.2 ,
text-manipulate >= 0.2.0.1 && < 0.4 ,
text-short >= 0.1 && < 0.2 ,
th-lift-instances >= 0.1.13 && < 0.2 ,
time >= 1.9 && < 1.13,
time >= 1.9 && < 1.15,
transformers >= 0.5.2.0 && < 0.7 ,
unix-compat >= 0.4.2 && < 0.8 ,
unordered-containers >= 0.1.3.0 && < 0.3 ,
Expand Down Expand Up @@ -442,14 +442,14 @@ Test-Suite tasty
generic-random >= 1.3.0.0 && < 1.6 ,
http-client ,
http-client-tls ,
QuickCheck >= 2.14 && < 2.15,
QuickCheck >= 2.14 && < 2.16,
quickcheck-instances >= 0.3.12 && < 0.4 ,
special-values < 0.2 ,
spoon < 0.4 ,
tasty >= 0.11.2 && < 1.5 ,
tasty >= 0.11.2 && < 1.6 ,
tasty-expected-failure < 0.13,
tasty-hunit >= 0.10 && < 0.11,
tasty-quickcheck >= 0.9.2 && < 0.11,
tasty-quickcheck >= 0.9.2 && < 0.12,
tasty-silver < 3.4 ,
temporary >= 1.2.1 && < 1.4 ,
turtle >= 1.6 && < 1.7 ,
Expand Down
Loading